Html Css Color HEX #BB2F63 Rouge

📋 copy color: '#BB2F63'

red 187 ◦ green 47 ◦ blue 99

#BB2F63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #BB2F63

Tints of Rouge #BB2F63

RGB

 RED value IS 187 (73.44% from 255) = 56.16%

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 56.16%
G = 14.11%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB2F63 (or 0xBB2F63) is known color: Rouge. HEX triplet: BB, 2F and 63. RGB value is (187,47,99). Sum of RGB (Red+Green+Blue) = 187+47+99=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F63 is #44D09C. Grayscale: #5E5E5E. Windows color (decimal): -4509853 or 6500283. OLE color: 6500283.

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

Color convert

RGB 187 47 99 -
CMYK 0 0.75 0.47 0.27
HSL 337.71º 0.6% 0.46% -
HSV(B) 337.71º 0.75% 0.73% -
XYZ 23.76 13.5 13.16 -
YUV 94.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 187 47 99 0 0.75 0.47 0.27 337.71 0.6 0.46
Hex BB 2F 63 0 4B 2F 1B 152 3C 2E
Octal 273 57 143 0 113 57 33 522 74 56
Binary 10111011 101111 1100011 0 1001011 101111 11011 101010010 111100 101110

Color Harmonies of #BB2F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F63

Black with #BB2F63

Text Example


Text Example

White with #BB2F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F63; }

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

 H1.HeaderClassName
 {
   color: #BB2F63;
 }
 .AnyTagClassName
 {
   color: #BB2F63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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