#BB7267

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

Shades of Contessa #BB7267

Tints of Contessa #BB7267

Color information

#BB7267 (or 0xBB7267) is unknown color: approx Contessa. HEX triplet: BB, 72 and 67. RGB value is (187,114,103). Sum of RGB (Red+Green+Blue) = 187+114+103=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7267 is #448D98. Grayscale: #868686. Windows color (decimal): -4492697 or 6779579. OLE color: 6779579.

HSL color Cylindrical-coordinate representation of color #BB7267: hue angle of 7.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7267 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187114103-
CMYK00.390.450.27
HSL7.86º38.18%56.86%-
HSV(B)7.86º44.92%73.33%-
XYZ28.9623.5815.86-
YUV134.57110.18165.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=46.29%
G=28.22%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711410300.390.450.277.8638.1856.86
HexBB72670272D1B82639
Octal2731621470475533104671
Binary10111011111001011001110100111101101110111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7267; }

 p { color: rgb(187,114,103); }

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

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

 a { background-color: rgb(187,114,103); }

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

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

 span { border-color: rgb(187,114,103); }

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