#BB7369

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

Shades of Contessa #BB7369

Tints of Contessa #BB7369

Color information

#BB7369 (or 0xBB7369) is unknown color: approx Contessa. HEX triplet: BB, 73 and 69. RGB value is (187,115,105). Sum of RGB (Red+Green+Blue) = 187+115+105=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7369 is #448C96. Grayscale: #878787. Windows color (decimal): -4492439 or 6910907. OLE color: 6910907.

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

Color convert

RGB187115105-
CMYK00.390.440.27
HSL7.32º37.61%57.25%-
HSV(B)7.32º43.85%73.33%-
XYZ29.1723.8516.43-
YUV135.39110.85164.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=45.95%
G=28.26%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711510500.390.440.277.3237.6157.25
HexBB73690272C1B72639
Octal273163151047543374671
Binary1011101111100111101001010011110110011011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7369; }

 p { color: rgb(187,115,105); }

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

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

 a { background-color: rgb(187,115,105); }

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

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

 span { border-color: rgb(187,115,105); }

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