Html Css Color HEX #BB4773 Royal Heath

📋 copy color: '#BB4773'

red 187 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #BB4773

Tints of Royal Heath #BB4773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

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

R = 50.13%
G = 19.03%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4773 (or 0xBB4773) is known color: Royal Heath. HEX triplet: BB, 47 and 73. RGB value is (187,71,115). Sum of RGB (Red+Green+Blue) = 187+71+115=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4773 is #44B88C. Grayscale: #6E6E6E. Windows color (decimal): -4503693 or 7555003. OLE color: 7555003.

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

Color convert

RGB 187 71 115 -
CMYK 0 0.62 0.39 0.27
HSL 337.24º 0.46% 0.51% -
HSV(B) 337.24º 0.62% 0.73% -
XYZ 25.84 16.31 18.01 -
YUV 110.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 187 71 115 0 0.62 0.39 0.27 337.24 0.46 0.51
Hex BB 47 73 0 3E 27 1B 151 2E 33
Octal 273 107 163 0 76 47 33 521 56 63
Binary 10111011 1000111 1110011 0 111110 100111 11011 101010001 101110 110011

Color Harmonies of #BB4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4773

Black with #BB4773

Text Example


Text Example

White with #BB4773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4773; }

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

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

background-color css

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

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

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

border-color css

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

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

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