Html Css Color HEX #BB2E68 Rouge

📋 copy color: '#BB2E68'

red 187 ◦ green 46 ◦ blue 104

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

Shades of Rouge #BB2E68

Tints of Rouge #BB2E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 55.49%
G = 13.65%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2E68 (or 0xBB2E68) is known color: Rouge. HEX triplet: BB, 2E and 68. RGB value is (187,46,104). Sum of RGB (Red+Green+Blue) = 187+46+104=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E68 is #44D197. Grayscale: #5E5E5E. Windows color (decimal): -4510104 or 6827707. OLE color: 6827707.

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

Color convert

RGB 187 46 104 -
CMYK 0 0.75 0.44 0.27
HSL 335.32º 0.61% 0.46% -
HSV(B) 335.32º 0.75% 0.73% -
XYZ 23.97 13.52 14.44 -
YUV 94.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 187 46 104 0 0.75 0.44 0.27 335.32 0.61 0.46
Hex BB 2E 68 0 4B 2C 1B 14F 3D 2E
Octal 273 56 150 0 113 54 33 517 75 56
Binary 10111011 101110 1101000 0 1001011 101100 11011 101001111 111101 101110

Color Harmonies of #BB2E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E68

Black with #BB2E68

Text Example


Text Example

White with #BB2E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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