#BB726B

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

Shades of Contessa #BB726B

Tints of Contessa #BB726B

Color information

#BB726B (or 0xBB726B) is unknown color: approx Contessa. HEX triplet: BB, 72 and 6B. RGB value is (187,114,107). Sum of RGB (Red+Green+Blue) = 187+114+107=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB726B is #448D94. Grayscale: #878787. Windows color (decimal): -4492693 or 7041723. OLE color: 7041723.

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

Color convert

RGB187114107-
CMYK00.390.430.27
HSL5.25º37.04%57.65%-
HSV(B)5.25º42.78%73.33%-
XYZ29.1623.6616.94-
YUV135.03112.18165.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=45.83%
G=27.94%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711410700.390.430.275.2537.0457.65
HexBB726B0272B1B5253a
Octal273162153047533354572
Binary1011101111100101101011010011110101111011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB726B; }

 p { color: rgb(187,114,107); }

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

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

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

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

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

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

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