Html Css Color HEX #BB3164 Rouge

📋 copy color: '#BB3164'

red 187 ◦ green 49 ◦ blue 100

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

Shades of Rouge #BB3164

Tints of Rouge #BB3164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 55.65%
G = 14.58%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3164 (or 0xBB3164) is known color: Rouge. HEX triplet: BB, 31 and 64. RGB value is (187,49,100). Sum of RGB (Red+Green+Blue) = 187+49+100=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3164 is #44CE9B. Grayscale: #606060. Windows color (decimal): -4509340 or 6566331. OLE color: 6566331.

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

Color convert

RGB 187 49 100 -
CMYK 0 0.74 0.47 0.27
HSL 337.83º 0.58% 0.46% -
HSV(B) 337.83º 0.74% 0.73% -
XYZ 23.89 13.68 13.44 -
YUV 96.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 187 49 100 0 0.74 0.47 0.27 337.83 0.58 0.46
Hex BB 31 64 0 4A 2F 1B 152 3A 2E
Octal 273 61 144 0 112 57 33 522 72 56
Binary 10111011 110001 1100100 0 1001010 101111 11011 101010010 111010 101110

Color Harmonies of #BB3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3164

Black with #BB3164

Text Example


Text Example

White with #BB3164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3164; }

 p { color: rgb(187,49,100); }

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

background-color css

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

 a { background-color: rgb(187,49,100); }

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

border-color css

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

 span { border-color: rgb(187,49,100); }

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