#B67474

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

Shades of Contessa #B67474

Tints of Contessa #B67474

Color information

#B67474 (or 0xB67474) is unknown color: approx Contessa. HEX triplet: B6, 74 and 74. RGB value is (182,116,116). Sum of RGB (Red+Green+Blue) = 182+116+116=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B67474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67474 is #498B8B. Grayscale: #878787. Windows color (decimal): -4819852 or 7632054. OLE color: 7632054.

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

Color convert

RGB182116116-
CMYK00.360.360.29
HSL31.13%58.43%-
HSV(B)36.26%71.37%-
XYZ28.6923.719.58-
YUV135.73116.87161-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=43.96%
G=28.02%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211611600.360.360.29031.1358.43
HexB67474024241D01f3a
Octal266164164044443503772
Binary1011011011101001110100010010010010011101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67474; }

 p { color: rgb(182,116,116); }

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

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

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

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

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

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

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