Html Css Color HEX #B09324 Sahara

📋 copy color: '#B09324'

red 176 ◦ green 147 ◦ blue 36

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

Shades of Sahara #B09324

Tints of Sahara #B09324

RGB

 RED value IS 176 (69.14% from 255) = 49.03%

 GREEN value IS 147 (57.81% from 255) = 40.95%

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 49.03%
G = 40.95%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B09324 (or 0xB09324) is known color: Sahara. HEX triplet: B0, 93 and 24. RGB value is (176,147,36). Sum of RGB (Red+Green+Blue) = 176+147+36=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B09324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09324 is #4F6CDB. Grayscale: #8F8F8F. Windows color (decimal): -5205212 or 2397104. OLE color: 2397104.

HSL color Cylindrical-coordinate representation of color #B09324: hue angle of 47.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B09324 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 36 -
CMYK 0 0.16 0.80 0.31
HSL 47.57º 0.66% 0.42% -
HSV(B) 47.57º 0.8% 0.69% -
XYZ 28.66 30.22 5.99 -
YUV 143.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 176 147 36 0 0.16 0.80 0.31 47.57 0.66 0.42
Hex B0 93 24 0 10 50 1F 30 42 2A
Octal 260 223 44 0 20 120 37 60 102 52
Binary 10110000 10010011 100100 0 10000 1010000 11111 110000 1000010 101010

Color Harmonies of #B09324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09324

Black with #B09324

Text Example


Text Example

White with #B09324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09324; }

 p { color: rgb(176,147,36); }

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

background-color css

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

 a { background-color: rgb(176,147,36); }

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

border-color css

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

 span { border-color: rgb(176,147,36); }

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