Html Css Color HEX #B09122 Sahara

📋 copy color: '#B09122'

red 176 ◦ green 145 ◦ blue 34

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

Shades of Sahara #B09122

Tints of Sahara #B09122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

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

R = 49.58%
G = 40.85%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B09122 (or 0xB09122) is known color: Sahara. HEX triplet: B0, 91 and 22. RGB value is (176,145,34). Sum of RGB (Red+Green+Blue) = 176+145+34=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B09122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09122 is #4F6EDD. Grayscale: #8E8E8E. Windows color (decimal): -5205726 or 2265520. OLE color: 2265520.

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

Color convert

RGB 176 145 34 -
CMYK 0 0.18 0.81 0.31
HSL 46.9º 0.68% 0.41% -
HSV(B) 46.9º 0.81% 0.69% -
XYZ 28.32 29.6 5.73 -
YUV 141.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 176 145 34 0 0.18 0.81 0.31 46.9 0.68 0.41
Hex B0 91 22 0 12 51 1F 2F 44 29
Octal 260 221 42 0 22 121 37 57 104 51
Binary 10110000 10010001 100010 0 10010 1010001 11111 101111 1000100 101001

Color Harmonies of #B09122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09122

Black with #B09122

Text Example


Text Example

White with #B09122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09122; }

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

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

background-color css

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

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

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

border-color css

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

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

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