#BB6F5B

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

Shades of Contessa #BB6F5B

Tints of Contessa #BB6F5B

Color information

#BB6F5B (or 0xBB6F5B) is unknown color: approx Contessa. HEX triplet: BB, 6F and 5B. RGB value is (187,111,91). Sum of RGB (Red+Green+Blue) = 187+111+91=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F5B is #4490A4. Grayscale: #838383. Windows color (decimal): -4493477 or 5992379. OLE color: 5992379.

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

Color convert

RGB18711191-
CMYK00.410.510.27
HSL12.5º41.38%54.51%-
HSV(B)12.5º51.34%73.33%-
XYZ28.0722.6912.8-
YUV131.44105.18167.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=48.07%
G=28.53%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871119100.410.510.2712.541.3854.51
HexBB6F5B029331Bc2937
Octal2731571330516333145167
Binary10111011110111110110110101001110011110111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F5B; }

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

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

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

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

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

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

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

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