#BB635F

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

Shades of Contessa #BB635F

Tints of Contessa #BB635F

Color information

#BB635F (or 0xBB635F) is unknown color: approx Contessa. HEX triplet: BB, 63 and 5F. RGB value is (187,99,95). Sum of RGB (Red+Green+Blue) = 187+99+95=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB635F is #449CA0. Grayscale: #7C7C7C. Windows color (decimal): -4496545 or 6251451. OLE color: 6251451.

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

Color convert

RGB1879995-
CMYK00.470.490.27
HSL2.61º40.35%55.29%-
HSV(B)2.61º49.2%73.33%-
XYZ27.0220.3113.32-
YUV124.86111.15172.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=49.08%
G=25.98%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187999500.470.490.272.6140.3555.29
HexBB635F02F311B32837
Octal273143137057613335067
Binary101110111100011101111101011111100011101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB635F; }

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

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

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

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

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

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

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

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