Html Css Color HEX #BB3264 Rouge

📋 copy color: '#BB3264'

red 187 ◦ green 50 ◦ blue 100

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

Shades of Rouge #BB3264

Tints of Rouge #BB3264

RGB

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

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

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

R = 55.49%
G = 14.84%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3264 (or 0xBB3264) is known color: Rouge. HEX triplet: BB, 32 and 64. RGB value is (187,50,100). Sum of RGB (Red+Green+Blue) = 187+50+100=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3264 is #44CD9B. Grayscale: #606060. Windows color (decimal): -4509084 or 6566587. OLE color: 6566587.

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

Color convert

RGB 187 50 100 -
CMYK 0 0.73 0.47 0.27
HSL 338.1º 0.58% 0.46% -
HSV(B) 338.1º 0.73% 0.73% -
XYZ 23.93 13.77 13.45 -
YUV 96.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 187 50 100 0 0.73 0.47 0.27 338.1 0.58 0.46
Hex BB 32 64 0 49 2F 1B 152 3A 2E
Octal 273 62 144 0 111 57 33 522 72 56
Binary 10111011 110010 1100100 0 1001001 101111 11011 101010010 111010 101110

Color Harmonies of #BB3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3264

Black with #BB3264

Text Example


Text Example

White with #BB3264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3264; }

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

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

background-color css

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

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

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

border-color css

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

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

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