#B28870

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

Shades of Sandrift #B28870

Tints of Sandrift #B28870

Color information

#B28870 (or 0xB28870) is unknown color: approx Sandrift. HEX triplet: B2, 88 and 70. RGB value is (178,136,112). Sum of RGB (Red+Green+Blue) = 178+136+112=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B28870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28870 is #4D778F. Grayscale: #919191. Windows color (decimal): -5076880 or 7375026. OLE color: 7375026.

HSL color Cylindrical-coordinate representation of color #B28870: hue angle of 21.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28870 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB178136112-
CMYK00.240.370.30
HSL21.82º30%56.86%-
HSV(B)21.82º37.08%69.8%-
XYZ30.0928.2419.19-
YUV145.82108.91150.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=41.78%
G=31.92%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813611200.240.370.3021.823056.86
HexB28870018251E161e39
Octal2622101600304536263671
Binary10110010100010001110000011000100101111101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28870; }

 p { color: rgb(178,136,112); }

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

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

 a { background-color: rgb(178,136,112); }

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

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

 span { border-color: rgb(178,136,112); }

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