Html Css Color HEX #BB2766 Rouge

📋 copy color: '#BB2766'

red 187 ◦ green 39 ◦ blue 102

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

Shades of Rouge #BB2766

Tints of Rouge #BB2766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 57.01%
G = 11.89%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB2766 (or 0xBB2766) is known color: Rouge. HEX triplet: BB, 27 and 66. RGB value is (187,39,102). Sum of RGB (Red+Green+Blue) = 187+39+102=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2766 is #44D899. Grayscale: #5A5A5A. Windows color (decimal): -4511898 or 6694843. OLE color: 6694843.

HSL color Cylindrical-coordinate representation of color #BB2766: hue angle of 334.46º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2766 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 102 -
CMYK 0 0.79 0.45 0.27
HSL 334.46º 0.65% 0.44% -
HSV(B) 334.46º 0.79% 0.73% -
XYZ 23.62 12.98 13.83 -
YUV 90.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 187 39 102 0 0.79 0.45 0.27 334.46 0.65 0.44
Hex BB 27 66 0 4F 2D 1B 14E 41 2C
Octal 273 47 146 0 117 55 33 516 101 54
Binary 10111011 100111 1100110 0 1001111 101101 11011 101001110 1000001 101100

Color Harmonies of #BB2766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2766

Black with #BB2766

Text Example


Text Example

White with #BB2766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2766; }

 p { color: rgb(187,39,102); }

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

background-color css

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

 a { background-color: rgb(187,39,102); }

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

border-color css

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

 span { border-color: rgb(187,39,102); }

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