Html Css Color HEX #BB3362 Rouge

📋 copy color: '#BB3362'

red 187 ◦ green 51 ◦ blue 98

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

Shades of Rouge #BB3362

Tints of Rouge #BB3362

RGB

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

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

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

R = 55.65%
G = 15.18%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB3362 (or 0xBB3362) is known color: Rouge. HEX triplet: BB, 33 and 62. RGB value is (187,51,98). Sum of RGB (Red+Green+Blue) = 187+51+98=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3362 is #44CC9D. Grayscale: #606060. Windows color (decimal): -4508830 or 6435771. OLE color: 6435771.

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

Color convert

RGB 187 51 98 -
CMYK 0 0.73 0.48 0.27
HSL 339.26º 0.57% 0.47% -
HSV(B) 339.26º 0.73% 0.73% -
XYZ 23.88 13.81 12.96 -
YUV 97.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 187 51 98 0 0.73 0.48 0.27 339.26 0.57 0.47
Hex BB 33 62 0 49 30 1B 153 39 2F
Octal 273 63 142 0 111 60 33 523 71 57
Binary 10111011 110011 1100010 0 1001001 110000 11011 101010011 111001 101111

Color Harmonies of #BB3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3362

Black with #BB3362

Text Example


Text Example

White with #BB3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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