Html Css Color HEX #B09320 Sahara

📋 copy color: '#B09320'

red 176 ◦ green 147 ◦ blue 32

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

Shades of Sahara #B09320

Tints of Sahara #B09320

RGB

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

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

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

R = 49.58%
G = 41.41%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B09320 (or 0xB09320) is known color: Sahara. HEX triplet: B0, 93 and 20. RGB value is (176,147,32). Sum of RGB (Red+Green+Blue) = 176+147+32=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B09320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09320 is #4F6CDF. Grayscale: #8F8F8F. Windows color (decimal): -5205216 or 2134960. OLE color: 2134960.

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

Color convert

RGB 176 147 32 -
CMYK 0 0.16 0.82 0.31
HSL 47.92º 0.69% 0.41% -
HSV(B) 47.92º 0.82% 0.69% -
XYZ 28.6 30.2 5.69 -
YUV 142.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 176 147 32 0 0.16 0.82 0.31 47.92 0.69 0.41
Hex B0 93 20 0 10 52 1F 30 45 29
Octal 260 223 40 0 20 122 37 60 105 51
Binary 10110000 10010011 100000 0 10000 1010010 11111 110000 1000101 101001

Color Harmonies of #B09320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09320

Black with #B09320

Text Example


Text Example

White with #B09320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09320; }

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

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

background-color css

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

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

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

border-color css

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

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

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