Html Css Color HEX #BB4879 Royal Heath

📋 copy color: '#BB4879'

red 187 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #BB4879

Tints of Royal Heath #BB4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.95%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 49.21%
G = 18.95%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB4879 (or 0xBB4879) is known color: Royal Heath. HEX triplet: BB, 48 and 79. RGB value is (187,72,121). Sum of RGB (Red+Green+Blue) = 187+72+121=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4879 is #44B786. Grayscale: #6F6F6F. Windows color (decimal): -4503431 or 7948475. OLE color: 7948475.

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

Color convert

RGB 187 72 121 -
CMYK 0 0.61 0.35 0.27
HSL 334.43º 0.46% 0.51% -
HSV(B) 334.43º 0.61% 0.73% -
XYZ 26.26 16.58 19.91 -
YUV 111.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 187 72 121 0 0.61 0.35 0.27 334.43 0.46 0.51
Hex BB 48 79 0 3D 23 1B 14E 2E 33
Octal 273 110 171 0 75 43 33 516 56 63
Binary 10111011 1001000 1111001 0 111101 100011 11011 101001110 101110 110011

Color Harmonies of #BB4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4879

Black with #BB4879

Text Example


Text Example

White with #BB4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4879; }

 p { color: rgb(187,72,121); }

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

background-color css

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

 a { background-color: rgb(187,72,121); }

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

border-color css

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

 span { border-color: rgb(187,72,121); }

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