Html Css Color HEX #BB3563 Rouge

📋 copy color: '#BB3563'

red 187 ◦ green 53 ◦ blue 99

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

Shades of Rouge #BB3563

Tints of Rouge #BB3563

RGB

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

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

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

R = 55.16%
G = 15.63%
B = 29.2%

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

#BB3563 (or 0xBB3563) is known color: Rouge. HEX triplet: BB, 35 and 63. RGB value is (187,53,99). Sum of RGB (Red+Green+Blue) = 187+53+99=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3563 is #44CA9C. Grayscale: #626262. Windows color (decimal): -4508317 or 6501819. OLE color: 6501819.

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

Color convert

RGB 187 53 99 -
CMYK 0 0.72 0.47 0.27
HSL 339.4º 0.56% 0.47% -
HSV(B) 339.4º 0.72% 0.73% -
XYZ 24.02 14.01 13.24 -
YUV 98.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 187 53 99 0 0.72 0.47 0.27 339.4 0.56 0.47
Hex BB 35 63 0 48 2F 1B 153 38 2F
Octal 273 65 143 0 110 57 33 523 70 57
Binary 10111011 110101 1100011 0 1001000 101111 11011 101010011 111000 101111

Color Harmonies of #BB3563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3563

Black with #BB3563

Text Example


Text Example

White with #BB3563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3563; }

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

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

background-color css

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

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

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

border-color css

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

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

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