Html Css Color HEX #BB2566 Rouge

📋 copy color: '#BB2566'

red 187 ◦ green 37 ◦ blue 102

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

Shades of Rouge #BB2566

Tints of Rouge #BB2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 57.36%
G = 11.35%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB2566 (or 0xBB2566) is known color: Rouge. HEX triplet: BB, 25 and 66. RGB value is (187,37,102). Sum of RGB (Red+Green+Blue) = 187+37+102=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2566 is #44DA99. Grayscale: #595959. Windows color (decimal): -4512410 or 6694331. OLE color: 6694331.

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

Color convert

RGB 187 37 102 -
CMYK 0 0.80 0.45 0.27
HSL 334º 0.67% 0.44% -
HSV(B) 334º 0.8% 0.73% -
XYZ 23.55 12.85 13.81 -
YUV 89.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 187 37 102 0 0.80 0.45 0.27 334 0.67 0.44
Hex BB 25 66 0 50 2D 1B 14E 43 2C
Octal 273 45 146 0 120 55 33 516 103 54
Binary 10111011 100101 1100110 0 1010000 101101 11011 101001110 1000011 101100

Color Harmonies of #BB2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2566

Black with #BB2566

Text Example


Text Example

White with #BB2566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2566; }

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

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

background-color css

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

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

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

border-color css

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

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

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