#bb6a5c

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

Shades of Contessa #BB6A5C

Tints of Contessa #BB6A5C

Color information

#BB6A5C (or 0xBB6A5C) is unknown color: approx Contessa. HEX triplet: BB, 6A and 5C. RGB value is (187,106,92). Sum of RGB (Red+Green+Blue) = 187+106+92=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A5C is #4495A3. Grayscale: #808080. Windows color (decimal): -4494756 or 6056635. OLE color: 6056635.

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

Color convert

RGB18710692-
CMYK00.430.510.27
HSL8.84º41.13%54.71%-
HSV(B)8.84º50.8%73.33%-
XYZ27.5821.6512.85-
YUV128.62107.34169.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=48.57%
G=27.53%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871069200.430.510.278.8441.1354.71
HexBB6A5C02B331B92937
Octal2731521340536333115167
Binary10111011110101010111000101011110011110111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6a5c; }

 p { color: rgb(187,106,92); }

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

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

 a { background-color: rgb(187,106,92); }

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

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

 span { border-color: rgb(187,106,92); }

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