#B19D2D

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

Shades of Sahara #B19D2D

Tints of Sahara #B19D2D

Color information

#B19D2D (or 0xB19D2D) is unknown color: approx Sahara. HEX triplet: B1, 9D and 2D. RGB value is (177,157,45). Sum of RGB (Red+Green+Blue) = 177+157+45=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19D2D is #4E62D2. Grayscale: #969696. Windows color (decimal): -5137107 or 2989489. OLE color: 2989489.

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

Color convert

RGB17715745-
CMYK00.110.750.31
HSL50.91º59.46%43.53%-
HSV(B)50.91º74.58%69.41%-
XYZ30.6633.657.36-
YUV150.2168.63147.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 45 (17.97% from 255) = 11.87%
R=46.70%
G=41.42%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771574500.110.750.3150.9159.4643.53
HexB19D2D0B4B1F333b2c
Octal2612355501311337637354
Binary101100011001110110110101011100101111111110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D2D; }

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

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

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

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

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

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

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

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