#BB2A65

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

Shades of Rouge #BB2A65

Tints of Rouge #BB2A65

Color information

#BB2A65 (or 0xBB2A65) is unknown color: approx Rouge. HEX triplet: BB, 2A and 65. RGB value is (187,42,101). Sum of RGB (Red+Green+Blue) = 187+42+101=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A65 is #44D59A. Grayscale: #5B5B5B. Windows color (decimal): -4511131 or 6630075. OLE color: 6630075.

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

Color convert

RGB18742101-
CMYK00.780.460.27
HSL335.59º63.32%44.9%-
HSV(B)335.59º77.54%73.33%-
XYZ23.6713.1613.6-
YUV92.08133.04195.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=56.67%
G=12.73%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874210100.780.460.27335.5963.3244.9
HexBB2A6504E2E1B1503f2d
Octal27352145011656335207755
Binary1011101110101011001010100111010111011011101010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A65; }

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

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

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

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

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

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

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

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