#BB7A67

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

Shades of Contessa #BB7A67

Tints of Contessa #BB7A67

Color information

#BB7A67 (or 0xBB7A67) is unknown color: approx Contessa. HEX triplet: BB, 7A and 67. RGB value is (187,122,103). Sum of RGB (Red+Green+Blue) = 187+122+103=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A67 is #448598. Grayscale: #8B8B8B. Windows color (decimal): -4490649 or 6781627. OLE color: 6781627.

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

Color convert

RGB187122103-
CMYK00.350.450.27
HSL13.57º38.18%56.86%-
HSV(B)13.57º44.92%73.33%-
XYZ29.925.4616.17-
YUV139.27107.53162.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 103 (40.62% from 255) = 25%
R=45.39%
G=29.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712210300.350.450.2713.5738.1856.86
HexBB7A670232D1Be2639
Octal2731721470435533164671
Binary10111011111101011001110100011101101110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A67; }

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

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

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

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

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

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

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

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