Html Css Color HEX #BB3266 Rouge

📋 copy color: '#BB3266'

red 187 ◦ green 50 ◦ blue 102

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

Shades of Rouge #BB3266

Tints of Rouge #BB3266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 55.16%
G = 14.75%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB3266 (or 0xBB3266) is known color: Rouge. HEX triplet: BB, 32 and 66. RGB value is (187,50,102). Sum of RGB (Red+Green+Blue) = 187+50+102=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3266 is #44CD99. Grayscale: #606060. Windows color (decimal): -4509082 or 6697659. OLE color: 6697659.

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

Color convert

RGB 187 50 102 -
CMYK 0 0.73 0.45 0.27
HSL 337.23º 0.58% 0.46% -
HSV(B) 337.23º 0.73% 0.73% -
XYZ 24.03 13.81 13.97 -
YUV 96.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 187 50 102 0 0.73 0.45 0.27 337.23 0.58 0.46
Hex BB 32 66 0 49 2D 1B 151 3A 2E
Octal 273 62 146 0 111 55 33 521 72 56
Binary 10111011 110010 1100110 0 1001001 101101 11011 101010001 111010 101110

Color Harmonies of #BB3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3266

Black with #BB3266

Text Example


Text Example

White with #BB3266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3266; }

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

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

background-color css

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

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

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

border-color css

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

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

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