Html Css Color HEX #BB3366 Rouge

📋 copy color: '#BB3366'

red 187 ◦ green 51 ◦ blue 102

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

Shades of Rouge #BB3366

Tints of Rouge #BB3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 55%
G = 15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB3366 (or 0xBB3366) is known color: Rouge. HEX triplet: BB, 33 and 66. RGB value is (187,51,102). Sum of RGB (Red+Green+Blue) = 187+51+102=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3366 is #44CC99. Grayscale: #616161. Windows color (decimal): -4508826 or 6697915. OLE color: 6697915.

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

Color convert

RGB 187 51 102 -
CMYK 0 0.73 0.45 0.27
HSL 337.5º 0.57% 0.47% -
HSV(B) 337.5º 0.73% 0.73% -
XYZ 24.08 13.89 13.98 -
YUV 97.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 187 51 102 0 0.73 0.45 0.27 337.5 0.57 0.47
Hex BB 33 66 0 49 2D 1B 152 39 2F
Octal 273 63 146 0 111 55 33 522 71 57
Binary 10111011 110011 1100110 0 1001001 101101 11011 101010010 111001 101111

Color Harmonies of #BB3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3366

Black with #BB3366

Text Example


Text Example

White with #BB3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3366; }

 p { color: rgb(187,51,102); }

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

background-color css

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

 a { background-color: rgb(187,51,102); }

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

border-color css

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

 span { border-color: rgb(187,51,102); }

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