Html Css Color HEX #B59928 Sahara

📋 copy color: '#B59928'

red 181 ◦ green 153 ◦ blue 40

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

Shades of Sahara #B59928

Tints of Sahara #B59928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 48.4%
G = 40.91%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B59928 (or 0xB59928) is known color: Sahara. HEX triplet: B5, 99 and 28. RGB value is (181,153,40). Sum of RGB (Red+Green+Blue) = 181+153+40=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B59928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59928 is #4A66D7. Grayscale: #949494. Windows color (decimal): -4875992 or 2660789. OLE color: 2660789.

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

Color convert

RGB 181 153 40 -
CMYK 0 0.15 0.78 0.29
HSL 48.09º 0.64% 0.43% -
HSV(B) 48.09º 0.78% 0.71% -
XYZ 30.83 32.76 6.71 -
YUV 148.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 181 153 40 0 0.15 0.78 0.29 48.09 0.64 0.43
Hex B5 99 28 0 F 4E 1D 30 40 2B
Octal 265 231 50 0 17 116 35 60 100 53
Binary 10110101 10011001 101000 0 1111 1001110 11101 110000 1000000 101011

Color Harmonies of #B59928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59928

Black with #B59928

Text Example


Text Example

White with #B59928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59928; }

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

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

background-color css

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

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

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

border-color css

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

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

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