#BB705E

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

Shades of Contessa #BB705E

Tints of Contessa #BB705E

Color information

#BB705E (or 0xBB705E) is unknown color: approx Contessa. HEX triplet: BB, 70 and 5E. RGB value is (187,112,94). Sum of RGB (Red+Green+Blue) = 187+112+94=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB705E is #448FA1. Grayscale: #848484. Windows color (decimal): -4493218 or 6189243. OLE color: 6189243.

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

Color convert

RGB18711294-
CMYK00.400.500.27
HSL11.61º40.61%55.1%-
HSV(B)11.61º49.73%73.33%-
XYZ28.3122.9613.53-
YUV132.37106.35166.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=47.58%
G=28.50%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871129400.400.500.2711.6140.6155.1
HexBB705E028321Bc2937
Octal2731601360506233145167
Binary10111011111000010111100101000110010110111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB705E; }

 p { color: rgb(187,112,94); }

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

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

 a { background-color: rgb(187,112,94); }

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

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

 span { border-color: rgb(187,112,94); }

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