#BB726F

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

Shades of Contessa #BB726F

Tints of Contessa #BB726F

Color information

#BB726F (or 0xBB726F) is unknown color: approx Contessa. HEX triplet: BB, 72 and 6F. RGB value is (187,114,111). Sum of RGB (Red+Green+Blue) = 187+114+111=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB726F is #448D90. Grayscale: #878787. Windows color (decimal): -4492689 or 7303867. OLE color: 7303867.

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

Color convert

RGB187114111-
CMYK00.390.410.27
HSL2.37º35.85%58.43%-
HSV(B)2.37º40.64%73.33%-
XYZ29.3823.7518.07-
YUV135.48114.18164.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=45.39%
G=27.67%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711411100.390.410.272.3735.8558.43
HexBB726F027291B2243a
Octal273162157047513324472
Binary101110111110010110111101001111010011101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB726F; }

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

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

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

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

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

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

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

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