#BB4D79

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

Shades of Royal Heath #BB4D79

Tints of Royal Heath #BB4D79

Color information

#BB4D79 (or 0xBB4D79) is unknown color: approx Royal Heath. HEX triplet: BB, 4D and 79. RGB value is (187,77,121). Sum of RGB (Red+Green+Blue) = 187+77+121=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D79 is #44B286. Grayscale: #727272. Windows color (decimal): -4502151 or 7949755. OLE color: 7949755.

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

Color convert

RGB18777121-
CMYK00.590.350.27
HSL336º44.72%51.76%-
HSV(B)336º58.82%73.33%-
XYZ26.617.2520.02-
YUV114.91131.44179.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=48.57%
G=20%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877712100.590.350.2733644.7251.76
HexBB4D7903B231B1502d34
Octal27311517107343335205564
Binary1011101110011011111001011101110001111011101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D79; }

 p { color: rgb(187,77,121); }

 H1.HeaderClassName
 {
   color: #BB4D79;
 }
 .AnyTagClassName
 {
   color: #BB4D79;
 }
</style>
background-color css

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

 a { background-color: rgb(187,77,121); }

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

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

 span { border-color: rgb(187,77,121); }

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