#BB2F67

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

Shades of Rouge #BB2F67

Tints of Rouge #BB2F67

Color information

#BB2F67 (or 0xBB2F67) is unknown color: approx Rouge. HEX triplet: BB, 2F and 67. RGB value is (187,47,103). Sum of RGB (Red+Green+Blue) = 187+47+103=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F67 is #44D098. Grayscale: #5F5F5F. Windows color (decimal): -4509849 or 6762427. OLE color: 6762427.

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

Color convert

RGB18747103-
CMYK00.750.450.27
HSL336º59.83%45.88%-
HSV(B)336º74.87%73.33%-
XYZ23.9613.5814.19-
YUV95.24132.38193.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=55.49%
G=13.95%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874710300.750.450.2733659.8345.88
HexBB2F6704B2D1B1503c2e
Octal27357147011355335207456
Binary1011101110111111001110100101110110111011101010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F67; }

 p { color: rgb(187,47,103); }

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

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

 a { background-color: rgb(187,47,103); }

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

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

 span { border-color: rgb(187,47,103); }

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