Html Css Color HEX #BB4979 Royal Heath

📋 copy color: '#BB4979'

red 187 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #BB4979

Tints of Royal Heath #BB4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

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

R = 49.08%
G = 19.16%
B = 31.76%

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

#BB4979 (or 0xBB4979) is known color: Royal Heath. HEX triplet: BB, 49 and 79. RGB value is (187,73,121). Sum of RGB (Red+Green+Blue) = 187+73+121=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4979 is #44B686. Grayscale: #707070. Windows color (decimal): -4503175 or 7948731. OLE color: 7948731.

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

Color convert

RGB 187 73 121 -
CMYK 0 0.61 0.35 0.27
HSL 334.74º 0.46% 0.51% -
HSV(B) 334.74º 0.61% 0.73% -
XYZ 26.33 16.71 19.93 -
YUV 112.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 187 73 121 0 0.61 0.35 0.27 334.74 0.46 0.51
Hex BB 49 79 0 3D 23 1B 14F 2E 33
Octal 273 111 171 0 75 43 33 517 56 63
Binary 10111011 1001001 1111001 0 111101 100011 11011 101001111 101110 110011

Color Harmonies of #BB4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4979

Black with #BB4979

Text Example


Text Example

White with #BB4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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