#B87A68

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

Shades of Contessa #B87A68

Tints of Contessa #B87A68

Color information

#B87A68 (or 0xB87A68) is unknown color: approx Contessa. HEX triplet: B8, 7A and 68. RGB value is (184,122,104). Sum of RGB (Red+Green+Blue) = 184+122+104=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A68 is #478597. Grayscale: #8A8A8A. Windows color (decimal): -4687256 or 6847160. OLE color: 6847160.

HSL color Cylindrical-coordinate representation of color #B87A68: hue angle of 13.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 #B87A68 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184122104-
CMYK00.340.430.28
HSL13.5º36.04%56.47%-
HSV(B)13.5º43.48%72.16%-
XYZ29.2325.1116.4-
YUV138.49108.54160.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=44.88%
G=29.76%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412210400.340.430.2813.536.0456.47
HexB87A680222B1Ce2438
Octal2701721500425334164470
Binary10111000111101011010000100010101011111001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A68; }

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

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

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

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

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

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

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

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