Html Css Color HEX #B09222 Sahara

📋 copy color: '#B09222'

red 176 ◦ green 146 ◦ blue 34

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

Shades of Sahara #B09222

Tints of Sahara #B09222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 49.44%
G = 41.01%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B09222 (or 0xB09222) is known color: Sahara. HEX triplet: B0, 92 and 22. RGB value is (176,146,34). Sum of RGB (Red+Green+Blue) = 176+146+34=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B09222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09222 is #4F6DDD. Grayscale: #8E8E8E. Windows color (decimal): -5205470 or 2265776. OLE color: 2265776.

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

Color convert

RGB 176 146 34 -
CMYK 0 0.17 0.81 0.31
HSL 47.32º 0.68% 0.41% -
HSV(B) 47.32º 0.81% 0.69% -
XYZ 28.47 29.9 5.78 -
YUV 142.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 176 146 34 0 0.17 0.81 0.31 47.32 0.68 0.41
Hex B0 92 22 0 11 51 1F 2F 44 29
Octal 260 222 42 0 21 121 37 57 104 51
Binary 10110000 10010010 100010 0 10001 1010001 11111 101111 1000100 101001

Color Harmonies of #B09222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09222

Black with #B09222

Text Example


Text Example

White with #B09222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09222; }

 p { color: rgb(176,146,34); }

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

background-color css

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

 a { background-color: rgb(176,146,34); }

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

border-color css

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

 span { border-color: rgb(176,146,34); }

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