#B19074

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

Shades of Sandrift #B19074

Tints of Sandrift #B19074

Color information

#B19074 (or 0xB19074) is unknown color: approx Sandrift. HEX triplet: B1, 90 and 74. RGB value is (177,144,116). Sum of RGB (Red+Green+Blue) = 177+144+116=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B19074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19074 is #4E6F8B. Grayscale: #969696. Windows color (decimal): -5140364 or 7639217. OLE color: 7639217.

HSL color Cylindrical-coordinate representation of color #B19074: hue angle of 27.54º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19074 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB177144116-
CMYK00.190.340.31
HSL27.54º28.11%57.45%-
HSV(B)27.54º34.46%69.41%-
XYZ31.2630.5520.77-
YUV150.67108.43146.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=40.50%
G=32.95%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714411600.190.340.3127.5428.1157.45
HexB19074013221F1c1c39
Octal2612201640234237343471
Binary10110001100100001110100010011100010111111110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19074; }

 p { color: rgb(177,144,116); }

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

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

 a { background-color: rgb(177,144,116); }

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

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

 span { border-color: rgb(177,144,116); }

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