#B19D2F

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

Shades of Sahara #B19D2F

Tints of Sahara #B19D2F

Color information

#B19D2F (or 0xB19D2F) is unknown color: approx Sahara. HEX triplet: B1, 9D and 2F. RGB value is (177,157,47). Sum of RGB (Red+Green+Blue) = 177+157+47=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19D2F is #4E62D0. Grayscale: #969696. Windows color (decimal): -5137105 or 3120561. OLE color: 3120561.

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

Color convert

RGB17715747-
CMYK00.110.730.31
HSL50.77º58.04%43.92%-
HSV(B)50.77º73.45%69.41%-
XYZ30.733.677.57-
YUV150.4469.63146.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 47 (18.75% from 255) = 12.34%
R=46.46%
G=41.21%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771574700.110.730.3150.7758.0443.92
HexB19D2F0B491F333a2c
Octal2612355701311137637254
Binary101100011001110110111101011100100111111110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D2F; }

 p { color: rgb(177,157,47); }

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

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

 a { background-color: rgb(177,157,47); }

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

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

 span { border-color: rgb(177,157,47); }

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