Html Css Color HEX #B09422 Sahara

📋 copy color: '#B09422'

red 176 ◦ green 148 ◦ blue 34

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

Shades of Sahara #B09422

Tints of Sahara #B09422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

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

R = 49.16%
G = 41.34%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B09422 (or 0xB09422) is known color: Sahara. HEX triplet: B0, 94 and 22. RGB value is (176,148,34). Sum of RGB (Red+Green+Blue) = 176+148+34=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B09422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09422 is #4F6BDD. Grayscale: #8F8F8F. Windows color (decimal): -5204958 or 2266288. OLE color: 2266288.

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

Color convert

RGB 176 148 34 -
CMYK 0 0.16 0.81 0.31
HSL 48.17º 0.68% 0.41% -
HSV(B) 48.17º 0.81% 0.69% -
XYZ 28.78 30.53 5.89 -
YUV 143.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 176 148 34 0 0.16 0.81 0.31 48.17 0.68 0.41
Hex B0 94 22 0 10 51 1F 30 44 29
Octal 260 224 42 0 20 121 37 60 104 51
Binary 10110000 10010100 100010 0 10000 1010001 11111 110000 1000100 101001

Color Harmonies of #B09422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09422

Black with #B09422

Text Example


Text Example

White with #B09422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09422; }

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

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

background-color css

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

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

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

border-color css

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

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

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