Html Css Color HEX #BB4774 Royal Heath

📋 copy color: '#BB4774'

red 187 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #BB4774

Tints of Royal Heath #BB4774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 50%
G = 18.98%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB4774 (or 0xBB4774) is known color: Royal Heath. HEX triplet: BB, 47 and 74. RGB value is (187,71,116). Sum of RGB (Red+Green+Blue) = 187+71+116=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4774 is #44B88B. Grayscale: #6E6E6E. Windows color (decimal): -4503692 or 7620539. OLE color: 7620539.

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

Color convert

RGB 187 71 116 -
CMYK 0 0.62 0.38 0.27
HSL 336.72º 0.46% 0.51% -
HSV(B) 336.72º 0.62% 0.73% -
XYZ 25.9 16.33 18.31 -
YUV 110.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 187 71 116 0 0.62 0.38 0.27 336.72 0.46 0.51
Hex BB 47 74 0 3E 26 1B 151 2E 33
Octal 273 107 164 0 76 46 33 521 56 63
Binary 10111011 1000111 1110100 0 111110 100110 11011 101010001 101110 110011

Color Harmonies of #BB4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4774

Black with #BB4774

Text Example


Text Example

White with #BB4774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4774; }

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

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

background-color css

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

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

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

border-color css

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

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

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