Html Css Color HEX #BB3663 Rouge

📋 copy color: '#BB3663'

red 187 ◦ green 54 ◦ blue 99

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

Shades of Rouge #BB3663

Tints of Rouge #BB3663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 55%
G = 15.88%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3663 (or 0xBB3663) is known color: Rouge. HEX triplet: BB, 36 and 63. RGB value is (187,54,99). Sum of RGB (Red+Green+Blue) = 187+54+99=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3663 is #44C99C. Grayscale: #626262. Windows color (decimal): -4508061 or 6502075. OLE color: 6502075.

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

Color convert

RGB 187 54 99 -
CMYK 0 0.71 0.47 0.27
HSL 339.7º 0.55% 0.47% -
HSV(B) 339.7º 0.71% 0.73% -
XYZ 24.06 14.1 13.26 -
YUV 98.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 187 54 99 0 0.71 0.47 0.27 339.7 0.55 0.47
Hex BB 36 63 0 47 2F 1B 154 37 2F
Octal 273 66 143 0 107 57 33 524 67 57
Binary 10111011 110110 1100011 0 1000111 101111 11011 101010100 110111 101111

Color Harmonies of #BB3663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3663

Black with #BB3663

Text Example


Text Example

White with #BB3663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3663; }

 p { color: rgb(187,54,99); }

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

background-color css

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

 a { background-color: rgb(187,54,99); }

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

border-color css

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

 span { border-color: rgb(187,54,99); }

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