Html Css Color HEX #BB3562 Rouge

📋 copy color: '#BB3562'

red 187 ◦ green 53 ◦ blue 98

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

Shades of Rouge #BB3562

Tints of Rouge #BB3562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 55.33%
G = 15.68%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB3562 (or 0xBB3562) is known color: Rouge. HEX triplet: BB, 35 and 62. RGB value is (187,53,98). Sum of RGB (Red+Green+Blue) = 187+53+98=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3562 is #44CA9D. Grayscale: #626262. Windows color (decimal): -4508318 or 6436283. OLE color: 6436283.

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

Color convert

RGB 187 53 98 -
CMYK 0 0.72 0.48 0.27
HSL 339.85º 0.56% 0.47% -
HSV(B) 339.85º 0.72% 0.73% -
XYZ 23.97 13.99 12.99 -
YUV 98.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 187 53 98 0 0.72 0.48 0.27 339.85 0.56 0.47
Hex BB 35 62 0 48 30 1B 154 38 2F
Octal 273 65 142 0 110 60 33 524 70 57
Binary 10111011 110101 1100010 0 1001000 110000 11011 101010100 111000 101111

Color Harmonies of #BB3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3562

Black with #BB3562

Text Example


Text Example

White with #BB3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3562; }

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

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

background-color css

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

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

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

border-color css

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

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

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