Html Css Color HEX #BB3564 Rouge

📋 copy color: '#BB3564'

red 187 ◦ green 53 ◦ blue 100

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

Shades of Rouge #BB3564

Tints of Rouge #BB3564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 55%
G = 15.59%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3564 (or 0xBB3564) is known color: Rouge. HEX triplet: BB, 35 and 64. RGB value is (187,53,100). Sum of RGB (Red+Green+Blue) = 187+53+100=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3564 is #44CA9B. Grayscale: #626262. Windows color (decimal): -4508316 or 6567355. OLE color: 6567355.

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

Color convert

RGB 187 53 100 -
CMYK 0 0.72 0.47 0.27
HSL 338.96º 0.56% 0.47% -
HSV(B) 338.96º 0.72% 0.73% -
XYZ 24.07 14.03 13.5 -
YUV 98.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 187 53 100 0 0.72 0.47 0.27 338.96 0.56 0.47
Hex BB 35 64 0 48 2F 1B 153 38 2F
Octal 273 65 144 0 110 57 33 523 70 57
Binary 10111011 110101 1100100 0 1001000 101111 11011 101010011 111000 101111

Color Harmonies of #BB3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3564

Black with #BB3564

Text Example


Text Example

White with #BB3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3564; }

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

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

background-color css

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

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

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

border-color css

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

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

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