#B19629

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

Shades of Sahara #B19629

Tints of Sahara #B19629

Color information

#B19629 (or 0xB19629) is unknown color: approx Sahara. HEX triplet: B1, 96 and 29. RGB value is (177,150,41). Sum of RGB (Red+Green+Blue) = 177+150+41=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B19629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19629 is #4E69D6. Grayscale: #929292. Windows color (decimal): -5138903 or 2725553. OLE color: 2725553.

HSL color Cylindrical-coordinate representation of color #B19629: hue angle of 48.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B19629 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17715041-
CMYK00.150.770.31
HSL48.09º62.39%42.75%-
HSV(B)48.09º76.84%69.41%-
XYZ29.4431.326.59-
YUV145.6568.95150.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 41 (16.41% from 255) = 11.14%
R=48.10%
G=40.76%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771504100.150.770.3148.0962.3942.75
HexB196290F4D1F303e2b
Octal2612265101711537607653
Binary101100011001011010100101111100110111111110000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19629; }

 p { color: rgb(177,150,41); }

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

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

 a { background-color: rgb(177,150,41); }

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

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

 span { border-color: rgb(177,150,41); }

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