#B19C2E

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

Shades of Sahara #B19C2E

Tints of Sahara #B19C2E

Color information

#B19C2E (or 0xB19C2E) is unknown color: approx Sahara. HEX triplet: B1, 9C and 2E. RGB value is (177,156,46). Sum of RGB (Red+Green+Blue) = 177+156+46=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C2E is #4E63D1. Grayscale: #969696. Windows color (decimal): -5137362 or 3054769. OLE color: 3054769.

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

Color convert

RGB17715646-
CMYK00.120.740.31
HSL50.38º58.74%43.73%-
HSV(B)50.38º74.01%69.41%-
XYZ30.5133.327.41-
YUV149.7469.46147.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 46 (18.36% from 255) = 12.14%
R=46.70%
G=41.16%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771564600.120.740.3150.3858.7443.73
HexB19C2E0C4A1F323b2c
Octal2612345601411237627354
Binary101100011001110010111001100100101011111110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C2E; }

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

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

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

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

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

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

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

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