Html Css Color HEX #B89820 Sahara

📋 copy color: '#B89820'

red 184 ◦ green 152 ◦ blue 32

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

Shades of Sahara #B89820

Tints of Sahara #B89820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 50%
G = 41.3%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B89820 (or 0xB89820) is known color: Sahara. HEX triplet: B8, 98 and 20. RGB value is (184,152,32). Sum of RGB (Red+Green+Blue) = 184+152+32=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B89820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89820 is #4767DF. Grayscale: #949494. Windows color (decimal): -4679648 or 2136248. OLE color: 2136248.

HSL color Cylindrical-coordinate representation of color #B89820: hue angle of 47.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B89820 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 152 32 -
CMYK 0 0.17 0.83 0.28
HSL 47.37º 0.7% 0.42% -
HSV(B) 47.37º 0.83% 0.72% -
XYZ 31.26 32.75 6.04 -
YUV 147.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 184 152 32 0 0.17 0.83 0.28 47.37 0.7 0.42
Hex B8 98 20 0 11 53 1C 2F 46 2A
Octal 270 230 40 0 21 123 34 57 106 52
Binary 10111000 10011000 100000 0 10001 1010011 11100 101111 1000110 101010

Color Harmonies of #B89820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89820

Black with #B89820

Text Example


Text Example

White with #B89820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89820; }

 p { color: rgb(184,152,32); }

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

background-color css

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

 a { background-color: rgb(184,152,32); }

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

border-color css

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

 span { border-color: rgb(184,152,32); }

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