#B28E74

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

Shades of Sandrift #B28E74

Tints of Sandrift #B28E74

Color information

#B28E74 (or 0xB28E74) is unknown color: approx Sandrift. HEX triplet: B2, 8E and 74. RGB value is (178,142,116). Sum of RGB (Red+Green+Blue) = 178+142+116=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E74 is #4D718B. Grayscale: #959595. Windows color (decimal): -5075340 or 7638706. OLE color: 7638706.

HSL color Cylindrical-coordinate representation of color #B28E74: hue angle of 25.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28E74 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178142116-
CMYK00.200.350.30
HSL25.16º28.7%57.65%-
HSV(B)25.16º34.83%69.8%-
XYZ31.1930.0720.68-
YUV149.8108.93148.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=40.83%
G=32.57%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814211600.200.350.3025.1628.757.65
HexB28E74014231E191d3a
Octal2622161640244336313572
Binary10110010100011101110100010100100011111101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E74; }

 p { color: rgb(178,142,116); }

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

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

 a { background-color: rgb(178,142,116); }

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

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

 span { border-color: rgb(178,142,116); }

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