Html Css Color HEX #BB4E73 Royal Heath

📋 copy color: '#BB4E73'

red 187 ◦ green 78 ◦ blue 115

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

Shades of Royal Heath #BB4E73

Tints of Royal Heath #BB4E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.53%

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 49.21%
G = 20.53%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4E73 (or 0xBB4E73) is known color: Royal Heath. HEX triplet: BB, 4E and 73. RGB value is (187,78,115). Sum of RGB (Red+Green+Blue) = 187+78+115=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E73 is #44B18C. Grayscale: #727272. Windows color (decimal): -4501901 or 7556795. OLE color: 7556795.

HSL color Cylindrical-coordinate representation of color #BB4E73: hue angle of 339.63º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4E73 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 78 115 -
CMYK 0 0.58 0.39 0.27
HSL 339.63º 0.44% 0.52% -
HSV(B) 339.63º 0.58% 0.73% -
XYZ 26.31 17.25 18.16 -
YUV 114.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 187 78 115 0 0.58 0.39 0.27 339.63 0.44 0.52
Hex BB 4E 73 0 3A 27 1B 154 2C 34
Octal 273 116 163 0 72 47 33 524 54 64
Binary 10111011 1001110 1110011 0 111010 100111 11011 101010100 101100 110100

Color Harmonies of #BB4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E73

Black with #BB4E73

Text Example


Text Example

White with #BB4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E73; }

 p { color: rgb(187,78,115); }

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

background-color css

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

 a { background-color: rgb(187,78,115); }

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

border-color css

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

 span { border-color: rgb(187,78,115); }

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