Html Css Color HEX #BB2E64 Rouge

📋 copy color: '#BB2E64'

red 187 ◦ green 46 ◦ blue 100

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

Shades of Rouge #BB2E64

Tints of Rouge #BB2E64

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.81%

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

R = 56.16%
G = 13.81%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB2E64 (or 0xBB2E64) is known color: Rouge. HEX triplet: BB, 2E and 64. RGB value is (187,46,100). Sum of RGB (Red+Green+Blue) = 187+46+100=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E64 is #44D19B. Grayscale: #5E5E5E. Windows color (decimal): -4510108 or 6565563. OLE color: 6565563.

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

Color convert

RGB 187 46 100 -
CMYK 0 0.75 0.47 0.27
HSL 337.02º 0.61% 0.46% -
HSV(B) 337.02º 0.75% 0.73% -
XYZ 23.77 13.44 13.4 -
YUV 94.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 187 46 100 0 0.75 0.47 0.27 337.02 0.61 0.46
Hex BB 2E 64 0 4B 2F 1B 151 3D 2E
Octal 273 56 144 0 113 57 33 521 75 56
Binary 10111011 101110 1100100 0 1001011 101111 11011 101010001 111101 101110

Color Harmonies of #BB2E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E64

Black with #BB2E64

Text Example


Text Example

White with #BB2E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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