#B86461

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

Shades of Contessa #B86461

Tints of Contessa #B86461

Color information

#B86461 (or 0xB86461) is unknown color: approx Contessa. HEX triplet: B8, 64 and 61. RGB value is (184,100,97). Sum of RGB (Red+Green+Blue) = 184+100+97=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B86461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86461 is #479B9E. Grayscale: #7C7C7C. Windows color (decimal): -4692895 or 6382776. OLE color: 6382776.

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

Color convert

RGB18410097-
CMYK00.460.470.28
HSL2.07º37.99%55.1%-
HSV(B)2.07º47.28%72.16%-
XYZ26.4820.1713.81-
YUV124.77112.33170.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=48.29%
G=26.25%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841009700.460.470.282.0737.9955.1
HexB8646102E2F1C22637
Octal270144141056573424667
Binary101110001100100110000101011101011111110010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86461; }

 p { color: rgb(184,100,97); }

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

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

 a { background-color: rgb(184,100,97); }

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

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

 span { border-color: rgb(184,100,97); }

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