Html Css Color HEX #BB3560 Rouge

📋 copy color: '#BB3560'

red 187 ◦ green 53 ◦ blue 96

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

Shades of Rouge #BB3560

Tints of Rouge #BB3560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 55.65%
G = 15.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB3560 (or 0xBB3560) is known color: Rouge. HEX triplet: BB, 35 and 60. RGB value is (187,53,96). Sum of RGB (Red+Green+Blue) = 187+53+96=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3560 is #44CA9F. Grayscale: #616161. Windows color (decimal): -4508320 or 6305211. OLE color: 6305211.

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

Color convert

RGB 187 53 96 -
CMYK 0 0.72 0.49 0.27
HSL 340.75º 0.56% 0.47% -
HSV(B) 340.75º 0.72% 0.73% -
XYZ 23.88 13.96 12.5 -
YUV 97.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 187 53 96 0 0.72 0.49 0.27 340.75 0.56 0.47
Hex BB 35 60 0 48 31 1B 155 38 2F
Octal 273 65 140 0 110 61 33 525 70 57
Binary 10111011 110101 1100000 0 1001000 110001 11011 101010101 111000 101111

Color Harmonies of #BB3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3560

Black with #BB3560

Text Example


Text Example

White with #BB3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3560; }

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

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

background-color css

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

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

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

border-color css

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

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

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