Html Css Color HEX #B09022 Sahara

📋 copy color: '#B09022'

red 176 ◦ green 144 ◦ blue 34

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

Shades of Sahara #B09022

Tints of Sahara #B09022

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 49.72%
G = 40.68%
B = 9.6%

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

#B09022 (or 0xB09022) is known color: Sahara. HEX triplet: B0, 90 and 22. RGB value is (176,144,34). Sum of RGB (Red+Green+Blue) = 176+144+34=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B09022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09022 is #4F6FDD. Grayscale: #8D8D8D. Windows color (decimal): -5205982 or 2265264. OLE color: 2265264.

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

Color convert

RGB 176 144 34 -
CMYK 0 0.18 0.81 0.31
HSL 46.48º 0.68% 0.41% -
HSV(B) 46.48º 0.81% 0.69% -
XYZ 28.17 29.29 5.68 -
YUV 141.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 176 144 34 0 0.18 0.81 0.31 46.48 0.68 0.41
Hex B0 90 22 0 12 51 1F 2E 44 29
Octal 260 220 42 0 22 121 37 56 104 51
Binary 10110000 10010000 100010 0 10010 1010001 11111 101110 1000100 101001

Color Harmonies of #B09022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09022

Black with #B09022

Text Example


Text Example

White with #B09022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09022; }

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

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

background-color css

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

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

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

border-color css

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

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

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