#B19C2D

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

Shades of Sahara #B19C2D

Tints of Sahara #B19C2D

Color information

#B19C2D (or 0xB19C2D) is unknown color: approx Sahara. HEX triplet: B1, 9C and 2D. RGB value is (177,156,45). Sum of RGB (Red+Green+Blue) = 177+156+45=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C2D is #4E63D2. Grayscale: #969696. Windows color (decimal): -5137363 or 2989233. OLE color: 2989233.

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

Color convert

RGB17715645-
CMYK00.120.750.31
HSL50.45º59.46%43.53%-
HSV(B)50.45º74.58%69.41%-
XYZ30.4933.317.31-
YUV149.6268.96147.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 45 (17.97% from 255) = 11.90%
R=46.83%
G=41.27%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771564500.120.750.3150.4559.4643.53
HexB19C2D0C4B1F323b2c
Octal2612345501411337627354
Binary101100011001110010110101100100101111111110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C2D; }

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

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

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

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

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

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

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

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