#BB736F

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

Shades of Contessa #BB736F

Tints of Contessa #BB736F

Color information

#BB736F (or 0xBB736F) is unknown color: approx Contessa. HEX triplet: BB, 73 and 6F. RGB value is (187,115,111). Sum of RGB (Red+Green+Blue) = 187+115+111=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB736F is #448C90. Grayscale: #888888. Windows color (decimal): -4492433 or 7304123. OLE color: 7304123.

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

Color convert

RGB187115111-
CMYK00.390.410.27
HSL3.16º35.85%58.43%-
HSV(B)3.16º40.64%73.33%-
XYZ29.4923.9718.11-
YUV136.07113.85164.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=45.28%
G=27.85%
B=26.88%

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
Decimal18711511100.390.410.273.1635.8558.43
HexBB736F027291B3243a
Octal273163157047513334472
Binary101110111110011110111101001111010011101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB736F; }

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

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

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

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

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

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

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

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