#BB6763

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

Shades of Contessa #BB6763

Tints of Contessa #BB6763

Color information

#BB6763 (or 0xBB6763) is unknown color: approx Contessa. HEX triplet: BB, 67 and 63. RGB value is (187,103,99). Sum of RGB (Red+Green+Blue) = 187+103+99=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6763 is #44989C. Grayscale: #7F7F7F. Windows color (decimal): -4495517 or 6514619. OLE color: 6514619.

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

Color convert

RGB18710399-
CMYK00.450.470.27
HSL2.73º39.29%56.08%-
HSV(B)2.73º47.06%73.33%-
XYZ27.621.1714.44-
YUV127.66111.83170.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=48.07%
G=26.48%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871039900.450.470.272.7339.2956.08
HexBB676302D2F1B32738
Octal273147143055573334770
Binary101110111100111110001101011011011111101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6763; }

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

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

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

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

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

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

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

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