#B86262

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

Shades of Contessa #B86262

Tints of Contessa #B86262

Color information

#B86262 (or 0xB86262) is unknown color: approx Contessa. HEX triplet: B8, 62 and 62. RGB value is (184,98,98). Sum of RGB (Red+Green+Blue) = 184+98+98=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86262 is #479D9D. Grayscale: #7B7B7B. Windows color (decimal): -4693406 or 6447800. OLE color: 6447800.

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

Color convert

RGB1849898-
CMYK00.470.470.28
HSL37.72%55.29%-
HSV(B)46.74%72.16%-
XYZ26.3419.8113.99-
YUV123.71113.49171-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=48.42%
G=25.79%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184989800.470.470.28037.7255.29
HexB8626202F2F1C02637
Octal270142142057573404667
Binary10111000110001011000100101111101111111000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86262; }

 p { color: rgb(184,98,98); }

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

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

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

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

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

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

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