Html Css Color HEX #B89528 Sahara

📋 copy color: '#B89528'

red 184 ◦ green 149 ◦ blue 40

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

Shades of Sahara #B89528

Tints of Sahara #B89528

RGB

 RED value IS 184 (72.27% from 255) = 49.33%

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

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

R = 49.33%
G = 39.95%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B89528 (or 0xB89528) is known color: Sahara. HEX triplet: B8, 95 and 28. RGB value is (184,149,40). Sum of RGB (Red+Green+Blue) = 184+149+40=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B89528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89528 is #476AD7. Grayscale: #939393. Windows color (decimal): -4680408 or 2659768. OLE color: 2659768.

HSL color Cylindrical-coordinate representation of color #B89528: hue angle of 45.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B89528 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 40 -
CMYK 0 0.19 0.78 0.28
HSL 45.42º 0.64% 0.44% -
HSV(B) 45.42º 0.78% 0.72% -
XYZ 30.9 31.84 6.52 -
YUV 147.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 184 149 40 0 0.19 0.78 0.28 45.42 0.64 0.44
Hex B8 95 28 0 13 4E 1C 2D 40 2C
Octal 270 225 50 0 23 116 34 55 100 54
Binary 10111000 10010101 101000 0 10011 1001110 11100 101101 1000000 101100

Color Harmonies of #B89528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89528

Black with #B89528

Text Example


Text Example

White with #B89528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89528; }

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

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

background-color css

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

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

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

border-color css

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

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

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