#B19072

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

Shades of Sandrift #B19072

Tints of Sandrift #B19072

Color information

#B19072 (or 0xB19072) is unknown color: approx Sandrift. HEX triplet: B1, 90 and 72. RGB value is (177,144,114). Sum of RGB (Red+Green+Blue) = 177+144+114=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B19072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19072 is #4E6F8D. Grayscale: #969696. Windows color (decimal): -5140366 or 7508145. OLE color: 7508145.

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

Color convert

RGB177144114-
CMYK00.190.360.31
HSL28.57º28.77%57.06%-
HSV(B)28.57º35.59%69.41%-
XYZ31.1430.5120.17-
YUV150.45107.43146.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=40.69%
G=33.10%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714411400.190.360.3128.5728.7757.06
HexB19072013241F1d1d39
Octal2612201620234437353571
Binary10110001100100001110010010011100100111111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19072; }

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

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

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

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

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

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

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

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