#B28F74

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

Shades of Sandrift #B28F74

Tints of Sandrift #B28F74

Color information

#B28F74 (or 0xB28F74) is unknown color: approx Sandrift. HEX triplet: B2, 8F and 74. RGB value is (178,143,116). Sum of RGB (Red+Green+Blue) = 178+143+116=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F74 is #4D708B. Grayscale: #969696. Windows color (decimal): -5075084 or 7638962. OLE color: 7638962.

HSL color Cylindrical-coordinate representation of color #B28F74: hue angle of 26.13º 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 #B28F74 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178143116-
CMYK00.200.350.30
HSL26.13º28.7%57.65%-
HSV(B)26.13º34.83%69.8%-
XYZ31.3330.3720.73-
YUV150.39108.6147.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=40.73%
G=32.72%
B=26.54%

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
Decimal17814311600.200.350.3026.1328.757.65
HexB28F74014231E1a1d3a
Octal2622171640244336323572
Binary10110010100011111110100010100100011111101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F74; }

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

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

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

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

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

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

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

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