#BB725D

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

Shades of Contessa #BB725D

Tints of Contessa #BB725D

Color information

#BB725D (or 0xBB725D) is unknown color: approx Contessa. HEX triplet: BB, 72 and 5D. RGB value is (187,114,93). Sum of RGB (Red+Green+Blue) = 187+114+93=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB725D is #448DA2. Grayscale: #858585. Windows color (decimal): -4492707 or 6124219. OLE color: 6124219.

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

Color convert

RGB18711493-
CMYK00.390.500.27
HSL13.4º40.87%54.9%-
HSV(B)13.4º50.27%73.33%-
XYZ28.4923.3913.37-
YUV133.43105.18166.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=47.46%
G=28.93%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871149300.390.500.2713.440.8754.9
HexBB725D027321Bd2937
Octal2731621350476233155167
Binary10111011111001010111010100111110010110111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB725D; }

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

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

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

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

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

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

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

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