#BB6767

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

Shades of Contessa #BB6767

Tints of Contessa #BB6767

Color information

#BB6767 (or 0xBB6767) is unknown color: approx Contessa. HEX triplet: BB, 67 and 67. RGB value is (187,103,103). Sum of RGB (Red+Green+Blue) = 187+103+103=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6767 is #449898. Grayscale: #808080. Windows color (decimal): -4495513 or 6776763. OLE color: 6776763.

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

Color convert

RGB187103103-
CMYK00.450.450.27
HSL38.18%56.86%-
HSV(B)44.92%73.33%-
XYZ27.7921.2415.47-
YUV128.12113.83170-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=47.58%
G=26.21%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710310300.450.450.27038.1856.86
HexBB676702D2D1B02639
Octal273147147055553304671
Binary10111011110011111001110101101101101110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6767; }

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

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

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

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

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

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

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

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