Html Css Color HEX #B09624 Sahara

📋 copy color: '#B09624'

red 176 ◦ green 150 ◦ blue 36

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

Shades of Sahara #B09624

Tints of Sahara #B09624

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 48.62%
G = 41.44%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B09624 (or 0xB09624) is known color: Sahara. HEX triplet: B0, 96 and 24. RGB value is (176,150,36). Sum of RGB (Red+Green+Blue) = 176+150+36=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B09624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09624 is #4F69DB. Grayscale: #919191. Windows color (decimal): -5204444 or 2397872. OLE color: 2397872.

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

Color convert

RGB 176 150 36 -
CMYK 0 0.15 0.80 0.31
HSL 48.86º 0.66% 0.42% -
HSV(B) 48.86º 0.8% 0.69% -
XYZ 29.13 31.17 6.15 -
YUV 144.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 176 150 36 0 0.15 0.80 0.31 48.86 0.66 0.42
Hex B0 96 24 0 F 50 1F 31 42 2A
Octal 260 226 44 0 17 120 37 61 102 52
Binary 10110000 10010110 100100 0 1111 1010000 11111 110001 1000010 101010

Color Harmonies of #B09624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09624

Black with #B09624

Text Example


Text Example

White with #B09624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09624; }

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

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

background-color css

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

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

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

border-color css

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

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

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