Html Css Color HEX #BB3F63 Rouge

📋 copy color: '#BB3F63'

red 187 ◦ green 63 ◦ blue 99

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

Shades of Rouge #BB3F63

Tints of Rouge #BB3F63

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 99 (39.06% from 255) = 28.37%

R = 53.58%
G = 18.05%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3F63 (or 0xBB3F63) is known color: Rouge. HEX triplet: BB, 3F and 63. RGB value is (187,63,99). Sum of RGB (Red+Green+Blue) = 187+63+99=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F63 is #44C09C. Grayscale: #686868. Windows color (decimal): -4505757 or 6504379. OLE color: 6504379.

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

Color convert

RGB 187 63 99 -
CMYK 0 0.66 0.47 0.27
HSL 342.58º 0.5% 0.49% -
HSV(B) 342.58º 0.66% 0.73% -
XYZ 24.52 15.02 13.41 -
YUV 104.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 187 63 99 0 0.66 0.47 0.27 342.58 0.5 0.49
Hex BB 3F 63 0 42 2F 1B 157 32 31
Octal 273 77 143 0 102 57 33 527 62 61
Binary 10111011 111111 1100011 0 1000010 101111 11011 101010111 110010 110001

Color Harmonies of #BB3F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F63

Black with #BB3F63

Text Example


Text Example

White with #BB3F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F63; }

 p { color: rgb(187,63,99); }

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

background-color css

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

 a { background-color: rgb(187,63,99); }

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

border-color css

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

 span { border-color: rgb(187,63,99); }

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