#BB736C

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

Shades of Contessa #BB736C

Tints of Contessa #BB736C

Color information

#BB736C (or 0xBB736C) is unknown color: approx Contessa. HEX triplet: BB, 73 and 6C. RGB value is (187,115,108). Sum of RGB (Red+Green+Blue) = 187+115+108=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB736C is #448C93. Grayscale: #878787. Windows color (decimal): -4492436 or 7107515. OLE color: 7107515.

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

Color convert

RGB187115108-
CMYK00.390.420.27
HSL5.32º36.74%57.84%-
HSV(B)5.32º42.25%73.33%-
XYZ29.3323.9117.26-
YUV135.73112.35164.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=45.61%
G=28.05%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711510800.390.420.275.3236.7457.84
HexBB736C0272A1B5253a
Octal273163154047523354572
Binary1011101111100111101100010011110101011011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB736C; }

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

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

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

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

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

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

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

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