#B86563

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

Shades of Contessa #B86563

Tints of Contessa #B86563

Color information

#B86563 (or 0xB86563) is unknown color: approx Contessa. HEX triplet: B8, 65 and 63. RGB value is (184,101,99). Sum of RGB (Red+Green+Blue) = 184+101+99=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B86563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86563 is #479A9C. Grayscale: #7D7D7D. Windows color (decimal): -4692637 or 6514104. OLE color: 6514104.

HSL color Cylindrical-coordinate representation of color #B86563: hue angle of 1.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86563 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB18410199-
CMYK00.450.460.28
HSL1.41º37.44%55.49%-
HSV(B)1.41º46.2%72.16%-
XYZ26.6720.414.34-
YUV125.59113169.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=47.92%
G=26.30%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841019900.450.460.281.4137.4455.49
HexB8656302D2E1C12537
Octal270145143055563414567
Binary10111000110010111000110101101101110111001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86563; }

 p { color: rgb(184,101,99); }

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

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

 a { background-color: rgb(184,101,99); }

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

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

 span { border-color: rgb(184,101,99); }

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