Html Css Color HEX #BB3E64 Rouge

📋 copy color: '#BB3E64'

red 187 ◦ green 62 ◦ blue 100

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

Shades of Rouge #BB3E64

Tints of Rouge #BB3E64

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

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

R = 53.58%
G = 17.77%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3E64 (or 0xBB3E64) is known color: Rouge. HEX triplet: BB, 3E and 64. RGB value is (187,62,100). Sum of RGB (Red+Green+Blue) = 187+62+100=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E64 is #44C19B. Grayscale: #676767. Windows color (decimal): -4506012 or 6569659. OLE color: 6569659.

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

Color convert

RGB 187 62 100 -
CMYK 0 0.67 0.47 0.27
HSL 341.76º 0.5% 0.49% -
HSV(B) 341.76º 0.67% 0.73% -
XYZ 24.52 14.93 13.65 -
YUV 103.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 187 62 100 0 0.67 0.47 0.27 341.76 0.5 0.49
Hex BB 3E 64 0 43 2F 1B 156 32 31
Octal 273 76 144 0 103 57 33 526 62 61
Binary 10111011 111110 1100100 0 1000011 101111 11011 101010110 110010 110001

Color Harmonies of #BB3E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E64

Black with #BB3E64

Text Example


Text Example

White with #BB3E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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