Html Css Color HEX #BB3566 Rouge

📋 copy color: '#BB3566'

red 187 ◦ green 53 ◦ blue 102

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

Shades of Rouge #BB3566

Tints of Rouge #BB3566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 54.68%
G = 15.5%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB3566 (or 0xBB3566) is known color: Rouge. HEX triplet: BB, 35 and 66. RGB value is (187,53,102). Sum of RGB (Red+Green+Blue) = 187+53+102=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3566 is #44CA99. Grayscale: #626262. Windows color (decimal): -4508314 or 6698427. OLE color: 6698427.

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

Color convert

RGB 187 53 102 -
CMYK 0 0.72 0.45 0.27
HSL 338.06º 0.56% 0.47% -
HSV(B) 338.06º 0.72% 0.73% -
XYZ 24.16 14.07 14.01 -
YUV 98.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 187 53 102 0 0.72 0.45 0.27 338.06 0.56 0.47
Hex BB 35 66 0 48 2D 1B 152 38 2F
Octal 273 65 146 0 110 55 33 522 70 57
Binary 10111011 110101 1100110 0 1001000 101101 11011 101010010 111000 101111

Color Harmonies of #BB3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3566

Black with #BB3566

Text Example


Text Example

White with #BB3566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3566; }

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

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

background-color css

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

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

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

border-color css

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

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

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