#B67675

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

Shades of Contessa #B67675

Tints of Contessa #B67675

Color information

#B67675 (or 0xB67675) is unknown color: approx Contessa. HEX triplet: B6, 76 and 75. RGB value is (182,118,117). Sum of RGB (Red+Green+Blue) = 182+118+117=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B67675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67675 is #49898A. Grayscale: #898989. Windows color (decimal): -4819339 or 7698102. OLE color: 7698102.

HSL color Cylindrical-coordinate representation of color #B67675: hue angle of 0.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67675 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182118117-
CMYK00.350.360.29
HSL0.92º30.81%58.63%-
HSV(B)0.92º35.71%71.37%-
XYZ28.9824.1919.97-
YUV137.02116.7160.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=43.65%
G=28.30%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211811700.350.360.290.9230.8158.63
HexB67675023241D11f3b
Octal266166165043443513773
Binary1011011011101101110101010001110010011101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67675; }

 p { color: rgb(182,118,117); }

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

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

 a { background-color: rgb(182,118,117); }

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

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

 span { border-color: rgb(182,118,117); }

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