Html Css Color HEX #BB4978 Royal Heath

📋 copy color: '#BB4978'

red 187 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #BB4978

Tints of Royal Heath #BB4978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 49.21%
G = 19.21%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB4978 (or 0xBB4978) is known color: Royal Heath. HEX triplet: BB, 49 and 78. RGB value is (187,73,120). Sum of RGB (Red+Green+Blue) = 187+73+120=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4978 is #44B687. Grayscale: #707070. Windows color (decimal): -4503176 or 7883195. OLE color: 7883195.

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

Color convert

RGB 187 73 120 -
CMYK 0 0.61 0.36 0.27
HSL 335.26º 0.46% 0.51% -
HSV(B) 335.26º 0.61% 0.73% -
XYZ 26.27 16.69 19.61 -
YUV 112.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 187 73 120 0 0.61 0.36 0.27 335.26 0.46 0.51
Hex BB 49 78 0 3D 24 1B 14F 2E 33
Octal 273 111 170 0 75 44 33 517 56 63
Binary 10111011 1001001 1111000 0 111101 100100 11011 101001111 101110 110011

Color Harmonies of #BB4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4978

Black with #BB4978

Text Example


Text Example

White with #BB4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4978; }

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

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

background-color css

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

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

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

border-color css

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

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

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