#BB745D

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

Shades of Contessa #BB745D

Tints of Contessa #BB745D

Color information

#BB745D (or 0xBB745D) is unknown color: approx Contessa. HEX triplet: BB, 74 and 5D. RGB value is (187,116,93). Sum of RGB (Red+Green+Blue) = 187+116+93=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB745D is #448BA2. Grayscale: #868686. Windows color (decimal): -4492195 or 6124731. OLE color: 6124731.

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

Color convert

RGB18711693-
CMYK00.380.500.27
HSL14.68º40.87%54.9%-
HSV(B)14.68º50.27%73.33%-
XYZ28.7123.8513.45-
YUV134.61104.52165.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=47.22%
G=29.29%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871169300.380.500.2714.6840.8754.9
HexBB745D026321Bf2937
Octal2731641350466233175167
Binary10111011111010010111010100110110010110111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB745D; }

 p { color: rgb(187,116,93); }

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

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

 a { background-color: rgb(187,116,93); }

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

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

 span { border-color: rgb(187,116,93); }

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