Html Css Color HEX #B59528 Sahara

📋 copy color: '#B59528'

red 181 ◦ green 149 ◦ blue 40

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

Shades of Sahara #B59528

Tints of Sahara #B59528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

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

R = 48.92%
G = 40.27%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B59528 (or 0xB59528) is known color: Sahara. HEX triplet: B5, 95 and 28. RGB value is (181,149,40). Sum of RGB (Red+Green+Blue) = 181+149+40=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B59528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59528 is #4A6AD7. Grayscale: #929292. Windows color (decimal): -4877016 or 2659765. OLE color: 2659765.

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

Color convert

RGB 181 149 40 -
CMYK 0 0.18 0.78 0.29
HSL 46.38º 0.64% 0.43% -
HSV(B) 46.38º 0.78% 0.71% -
XYZ 30.19 31.47 6.49 -
YUV 146.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 181 149 40 0 0.18 0.78 0.29 46.38 0.64 0.43
Hex B5 95 28 0 12 4E 1D 2E 40 2B
Octal 265 225 50 0 22 116 35 56 100 53
Binary 10110101 10010101 101000 0 10010 1001110 11101 101110 1000000 101011

Color Harmonies of #B59528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59528

Black with #B59528

Text Example


Text Example

White with #B59528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59528; }

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

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

background-color css

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

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

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

border-color css

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

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

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