#BB7567

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

Shades of Contessa #BB7567

Tints of Contessa #BB7567

Color information

#BB7567 (or 0xBB7567) is unknown color: approx Contessa. HEX triplet: BB, 75 and 67. RGB value is (187,117,103). Sum of RGB (Red+Green+Blue) = 187+117+103=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7567 is #448A98. Grayscale: #888888. Windows color (decimal): -4491929 or 6780347. OLE color: 6780347.

HSL color Cylindrical-coordinate representation of color #BB7567: hue angle of 10º 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 #BB7567 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187117103-
CMYK00.370.450.27
HSL10º38.18%56.86%-
HSV(B)10º44.92%73.33%-
XYZ29.324.2715.97-
YUV136.33109.19164.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=45.95%
G=28.75%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711710300.370.450.271038.1856.86
HexBB75670252D1Ba2639
Octal2731651470455533124671
Binary10111011111010111001110100101101101110111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7567; }

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

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

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

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

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

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

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

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