Html Css Color HEX #B59C2A Sahara

📋 copy color: '#B59C2A'

red 181 ◦ green 156 ◦ blue 42

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

Shades of Sahara #B59C2A

Tints of Sahara #B59C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 47.76%
G = 41.16%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B59C2A (or 0xB59C2A) is known color: Sahara. HEX triplet: B5, 9C and 2A. RGB value is (181,156,42). Sum of RGB (Red+Green+Blue) = 181+156+42=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C2A is #4A63D5. Grayscale: #969696. Windows color (decimal): -4875222 or 2792629. OLE color: 2792629.

HSL color Cylindrical-coordinate representation of color #B59C2A: hue angle of 49.21º 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 #B59C2A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 156 42 -
CMYK 0 0.14 0.77 0.29
HSL 49.21º 0.62% 0.44% -
HSV(B) 49.21º 0.77% 0.71% -
XYZ 31.36 33.77 7.06 -
YUV 150.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 181 156 42 0 0.14 0.77 0.29 49.21 0.62 0.44
Hex B5 9C 2A 0 E 4D 1D 31 3E 2C
Octal 265 234 52 0 16 115 35 61 76 54
Binary 10110101 10011100 101010 0 1110 1001101 11101 110001 111110 101100

Color Harmonies of #B59C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C2A

Black with #B59C2A

Text Example


Text Example

White with #B59C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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