Html Css Color HEX #BB3664 Rouge

📋 copy color: '#BB3664'

red 187 ◦ green 54 ◦ blue 100

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

Shades of Rouge #BB3664

Tints of Rouge #BB3664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 54.84%
G = 15.84%
B = 29.33%

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

#BB3664 (or 0xBB3664) is known color: Rouge. HEX triplet: BB, 36 and 64. RGB value is (187,54,100). Sum of RGB (Red+Green+Blue) = 187+54+100=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3664 is #44C99B. Grayscale: #626262. Windows color (decimal): -4508060 or 6567611. OLE color: 6567611.

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

Color convert

RGB 187 54 100 -
CMYK 0 0.71 0.47 0.27
HSL 339.25º 0.55% 0.47% -
HSV(B) 339.25º 0.71% 0.73% -
XYZ 24.11 14.12 13.51 -
YUV 99.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 187 54 100 0 0.71 0.47 0.27 339.25 0.55 0.47
Hex BB 36 64 0 47 2F 1B 153 37 2F
Octal 273 66 144 0 107 57 33 523 67 57
Binary 10111011 110110 1100100 0 1000111 101111 11011 101010011 110111 101111

Color Harmonies of #BB3664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3664

Black with #BB3664

Text Example


Text Example

White with #BB3664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3664; }

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

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

background-color css

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

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

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

border-color css

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

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

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