#B67171

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

Shades of Contessa #B67171

Tints of Contessa #B67171

Color information

#B67171 (or 0xB67171) is unknown color: approx Contessa. HEX triplet: B6, 71 and 71. RGB value is (182,113,113). Sum of RGB (Red+Green+Blue) = 182+113+113=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B67171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67171 is #498E8E. Grayscale: #858585. Windows color (decimal): -4820623 or 7434678. OLE color: 7434678.

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

Color convert

RGB182113113-
CMYK00.380.380.29
HSL32.09%57.84%-
HSV(B)37.91%71.37%-
XYZ28.1822.9518.57-
YUV133.63116.36162.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=44.61%
G=27.70%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211311300.380.380.29032.0957.84
HexB67171026261D0203a
Octal266161161046463504072
Binary10110110111000111100010100110100110111010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67171; }

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

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

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

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

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

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

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

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