#BB7B67

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

Shades of Contessa #BB7B67

Tints of Contessa #BB7B67

Color information

#BB7B67 (or 0xBB7B67) is unknown color: approx Contessa. HEX triplet: BB, 7B and 67. RGB value is (187,123,103). Sum of RGB (Red+Green+Blue) = 187+123+103=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B67 is #448498. Grayscale: #8C8C8C. Windows color (decimal): -4490393 or 6781883. OLE color: 6781883.

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

Color convert

RGB187123103-
CMYK00.340.450.27
HSL14.29º38.18%56.86%-
HSV(B)14.29º44.92%73.33%-
XYZ30.0225.7116.21-
YUV139.86107.2161.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=45.28%
G=29.78%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712310300.340.450.2714.2938.1856.86
HexBB7B670222D1Be2639
Octal2731731470425533164671
Binary10111011111101111001110100010101101110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B67; }

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

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

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

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

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

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

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

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