Html Css Color HEX #BB3460 Rouge

📋 copy color: '#BB3460'

red 187 ◦ green 52 ◦ blue 96

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

Shades of Rouge #BB3460

Tints of Rouge #BB3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 55.82%
G = 15.52%
B = 28.66%

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

#BB3460 (or 0xBB3460) is known color: Rouge. HEX triplet: BB, 34 and 60. RGB value is (187,52,96). Sum of RGB (Red+Green+Blue) = 187+52+96=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3460 is #44CB9F. Grayscale: #616161. Windows color (decimal): -4508576 or 6304955. OLE color: 6304955.

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

Color convert

RGB 187 52 96 -
CMYK 0 0.72 0.49 0.27
HSL 340.44º 0.56% 0.47% -
HSV(B) 340.44º 0.72% 0.73% -
XYZ 23.83 13.87 12.49 -
YUV 97.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 187 52 96 0 0.72 0.49 0.27 340.44 0.56 0.47
Hex BB 34 60 0 48 31 1B 154 38 2F
Octal 273 64 140 0 110 61 33 524 70 57
Binary 10111011 110100 1100000 0 1001000 110001 11011 101010100 111000 101111

Color Harmonies of #BB3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3460

Black with #BB3460

Text Example


Text Example

White with #BB3460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3460; }

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

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

background-color css

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

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

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

border-color css

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

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

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