Html Css Color HEX #BB3261 Rouge

📋 copy color: '#BB3261'

red 187 ◦ green 50 ◦ blue 97

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

Shades of Rouge #BB3261

Tints of Rouge #BB3261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 55.99%
G = 14.97%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB3261 (or 0xBB3261) is known color: Rouge. HEX triplet: BB, 32 and 61. RGB value is (187,50,97). Sum of RGB (Red+Green+Blue) = 187+50+97=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3261 is #44CD9E. Grayscale: #606060. Windows color (decimal): -4509087 or 6369979. OLE color: 6369979.

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

Color convert

RGB 187 50 97 -
CMYK 0 0.73 0.48 0.27
HSL 339.42º 0.58% 0.46% -
HSV(B) 339.42º 0.73% 0.73% -
XYZ 23.79 13.71 12.7 -
YUV 96.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 187 50 97 0 0.73 0.48 0.27 339.42 0.58 0.46
Hex BB 32 61 0 49 30 1B 153 3A 2E
Octal 273 62 141 0 111 60 33 523 72 56
Binary 10111011 110010 1100001 0 1001001 110000 11011 101010011 111010 101110

Color Harmonies of #BB3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3261

Black with #BB3261

Text Example


Text Example

White with #BB3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3261; }

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

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

background-color css

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

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

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

border-color css

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

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

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