Html Css Color HEX #BB3367 Rouge

📋 copy color: '#BB3367'

red 187 ◦ green 51 ◦ blue 103

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

Shades of Rouge #BB3367

Tints of Rouge #BB3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 54.84%
G = 14.96%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB3367 (or 0xBB3367) is known color: Rouge. HEX triplet: BB, 33 and 67. RGB value is (187,51,103). Sum of RGB (Red+Green+Blue) = 187+51+103=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3367 is #44CC98. Grayscale: #616161. Windows color (decimal): -4508825 or 6763451. OLE color: 6763451.

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

Color convert

RGB 187 51 103 -
CMYK 0 0.73 0.45 0.27
HSL 337.06º 0.57% 0.47% -
HSV(B) 337.06º 0.73% 0.73% -
XYZ 24.13 13.91 14.25 -
YUV 97.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 187 51 103 0 0.73 0.45 0.27 337.06 0.57 0.47
Hex BB 33 67 0 49 2D 1B 151 39 2F
Octal 273 63 147 0 111 55 33 521 71 57
Binary 10111011 110011 1100111 0 1001001 101101 11011 101010001 111001 101111

Color Harmonies of #BB3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3367

Black with #BB3367

Text Example


Text Example

White with #BB3367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3367; }

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

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

background-color css

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

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

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

border-color css

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

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

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