Html Css Color HEX #B5942A Sahara

📋 copy color: '#B5942A'

red 181 ◦ green 148 ◦ blue 42

#B5942A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #B5942A

Tints of Sahara #B5942A

RGB

 RED value IS 181 (71.09% from 255) = 48.79%

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 48.79%
G = 39.89%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5942A (or 0xB5942A) is known color: Sahara. HEX triplet: B5, 94 and 2A. RGB value is (181,148,42). Sum of RGB (Red+Green+Blue) = 181+148+42=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5942A is #4A6BD5. Grayscale: #929292. Windows color (decimal): -4877270 or 2790581. OLE color: 2790581.

HSL color Cylindrical-coordinate representation of color #B5942A: hue angle of 45.76º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5942A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 42 -
CMYK 0 0.18 0.77 0.29
HSL 45.76º 0.62% 0.44% -
HSV(B) 45.76º 0.77% 0.71% -
XYZ 30.06 31.17 6.62 -
YUV 145.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 181 148 42 0 0.18 0.77 0.29 45.76 0.62 0.44
Hex B5 94 2A 0 12 4D 1D 2E 3E 2C
Octal 265 224 52 0 22 115 35 56 76 54
Binary 10110101 10010100 101010 0 10010 1001101 11101 101110 111110 101100

Color Harmonies of #B5942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5942A

Black with #B5942A

Text Example


Text Example

White with #B5942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5942A; }

 p { color: rgb(181,148,42); }

 H1.HeaderClassName
 {
   color: #B5942A;
 }
 .AnyTagClassName
 {
   color: #B5942A;
 }
</style>

background-color css

<style>
 a { background-color: #B5942A; }

 a { background-color: rgb(181,148,42); }

 div.DivClassName
 {
   background-color: #B5942A;
 }
 .BgClassName
 {
   background-color: #B5942A;
 }
</style>

border-color css

<style>
 span { border-color: #B5942A; }

 span { border-color: rgb(181,148,42); }

 td.TdClassName
 {
   border-color: #B5942A;
 }
 .TagClassName
 {
   border-color: #B5942A;
 }
</style>