#B87268

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

Shades of Contessa #B87268

Tints of Contessa #B87268

Color information

#B87268 (or 0xB87268) is unknown color: approx Contessa. HEX triplet: B8, 72 and 68. RGB value is (184,114,104). Sum of RGB (Red+Green+Blue) = 184+114+104=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B87268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87268 is #478D97. Grayscale: #858585. Windows color (decimal): -4689304 or 6845112. OLE color: 6845112.

HSL color Cylindrical-coordinate representation of color #B87268: hue angle of 7.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87268 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184114104-
CMYK00.380.430.28
HSL7.5º36.04%56.47%-
HSV(B)7.5º43.48%72.16%-
XYZ28.2823.2216.09-
YUV133.79111.19163.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=45.77%
G=28.36%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411410400.380.430.287.536.0456.47
HexB872680262B1C82438
Octal2701621500465334104470
Binary10111000111001011010000100110101011111001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87268; }

 p { color: rgb(184,114,104); }

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

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

 a { background-color: rgb(184,114,104); }

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

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

 span { border-color: rgb(184,114,104); }

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