#BB4774

Color #BB4774 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB4774

Tints of Royal Heath #BB4774

Color information

#BB4774 (or 0xBB4774) is unknown color: approx 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

RGB18771116-
CMYK00.620.380.27
HSL336.72º46.03%50.59%-
HSV(B)336.72º62.03%73.33%-
XYZ25.916.3318.31-
YUV110.81130.93182.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=50%
G=18.98%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877111600.620.380.27336.7246.0350.59
HexBB477403E261B1512e33
Octal27310716407646335215663
Binary1011101110001111110100011111010011011011101010001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>