#B19F2D

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

Shades of Sahara #B19F2D

Tints of Sahara #B19F2D

Color information

#B19F2D (or 0xB19F2D) is unknown color: approx Sahara. HEX triplet: B1, 9F and 2D. RGB value is (177,159,45). Sum of RGB (Red+Green+Blue) = 177+159+45=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F2D is #4E60D2. Grayscale: #979797. Windows color (decimal): -5136595 or 2990001. OLE color: 2990001.

HSL color Cylindrical-coordinate representation of color #B19F2D: hue angle of 51.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B19F2D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17715945-
CMYK00.100.750.31
HSL51.82º59.46%43.53%-
HSV(B)51.82º74.58%69.41%-
XYZ3134.337.48-
YUV151.3967.96146.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=46.46%
G=41.73%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771594500.100.750.3151.8259.4643.53
HexB19F2D0A4B1F343b2c
Octal2612375501211337647354
Binary101100011001111110110101010100101111111110100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F2D; }

 p { color: rgb(177,159,45); }

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

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

 a { background-color: rgb(177,159,45); }

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

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

 span { border-color: rgb(177,159,45); }

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