#b19a22

Color #B19A22 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B19A22

Tints of Sahara #B19A22

Color information

#B19A22 (or 0xB19A22) is unknown color: approx Sahara. HEX triplet: B1, 9A and 22. RGB value is (177,154,34). Sum of RGB (Red+Green+Blue) = 177+154+34=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A22 is #4E65DD. Grayscale: #939393. Windows color (decimal): -5137886 or 2267825. OLE color: 2267825.

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

Color convert

RGB17715434-
CMYK00.130.810.31
HSL50.35º67.77%41.37%-
HSV(B)50.35º80.79%69.41%-
XYZ29.9832.576.22-
YUV147.264.12149.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 34 (13.67% from 255) = 9.32%
R=48.49%
G=42.19%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771543400.130.810.3150.3567.7741.37
HexB19A220D511F324429
Octal26123242015121376210451
Binary1011000110011010100010011011010001111111100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b19a22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b19a22; }

 p { color: rgb(177,154,34); }

 H1.HeaderClassName
 {
   color: #b19a22;
 }
 .AnyTagClassName
 {
   color: #b19a22;
 }
</style>
background-color css

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

 a { background-color: rgb(177,154,34); }

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

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

 span { border-color: rgb(177,154,34); }

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