Html Css Color HEX #B59C28 Sahara

📋 copy color: '#B59C28'

red 181 ◦ green 156 ◦ blue 40

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

Shades of Sahara #B59C28

Tints of Sahara #B59C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 48.01%
G = 41.38%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B59C28 (or 0xB59C28) is known color: Sahara. HEX triplet: B5, 9C and 28. RGB value is (181,156,40). Sum of RGB (Red+Green+Blue) = 181+156+40=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C28 is #4A63D7. Grayscale: #969696. Windows color (decimal): -4875224 or 2661557. OLE color: 2661557.

HSL color Cylindrical-coordinate representation of color #B59C28: hue angle of 49.36º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B59C28 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 156 40 -
CMYK 0 0.14 0.78 0.29
HSL 49.36º 0.64% 0.43% -
HSV(B) 49.36º 0.78% 0.71% -
XYZ 31.33 33.75 6.87 -
YUV 150.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 181 156 40 0 0.14 0.78 0.29 49.36 0.64 0.43
Hex B5 9C 28 0 E 4E 1D 31 40 2B
Octal 265 234 50 0 16 116 35 61 100 53
Binary 10110101 10011100 101000 0 1110 1001110 11101 110001 1000000 101011

Color Harmonies of #B59C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C28

Black with #B59C28

Text Example


Text Example

White with #B59C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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