#BB655F

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

Shades of Contessa #BB655F

Tints of Contessa #BB655F

Color information

#BB655F (or 0xBB655F) is unknown color: approx Contessa. HEX triplet: BB, 65 and 5F. RGB value is (187,101,95). Sum of RGB (Red+Green+Blue) = 187+101+95=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB655F is #449AA0. Grayscale: #7E7E7E. Windows color (decimal): -4496033 or 6251963. OLE color: 6251963.

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

Color convert

RGB18710195-
CMYK00.460.490.27
HSL3.91º40.35%55.29%-
HSV(B)3.91º49.2%73.33%-
XYZ27.2120.713.39-
YUV126.03110.49171.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=48.83%
G=26.37%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871019500.460.490.273.9140.3555.29
HexBB655F02E311B42837
Octal273145137056613345067
Binary1011101111001011011111010111011000111011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB655F; }

 p { color: rgb(187,101,95); }

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

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

 a { background-color: rgb(187,101,95); }

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

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

 span { border-color: rgb(187,101,95); }

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