Html Css Color HEX #BB3360 Rouge

📋 copy color: '#BB3360'

red 187 ◦ green 51 ◦ blue 96

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

Shades of Rouge #BB3360

Tints of Rouge #BB3360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 55.99%
G = 15.27%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB3360 (or 0xBB3360) is known color: Rouge. HEX triplet: BB, 33 and 60. RGB value is (187,51,96). Sum of RGB (Red+Green+Blue) = 187+51+96=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3360 is #44CC9F. Grayscale: #606060. Windows color (decimal): -4508832 or 6304699. OLE color: 6304699.

HSL color Cylindrical-coordinate representation of color #BB3360: hue angle of 340.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3360 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 51 96 -
CMYK 0 0.73 0.49 0.27
HSL 340.15º 0.57% 0.47% -
HSV(B) 340.15º 0.73% 0.73% -
XYZ 23.79 13.78 12.47 -
YUV 96.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 187 51 96 0 0.73 0.49 0.27 340.15 0.57 0.47
Hex BB 33 60 0 49 31 1B 154 39 2F
Octal 273 63 140 0 111 61 33 524 71 57
Binary 10111011 110011 1100000 0 1001001 110001 11011 101010100 111001 101111

Color Harmonies of #BB3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3360

Black with #BB3360

Text Example


Text Example

White with #BB3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3360; }

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

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

background-color css

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

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

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

border-color css

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

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

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