#BB4A73

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

Shades of Royal Heath #BB4A73

Tints of Royal Heath #BB4A73

Color information

#BB4A73 (or 0xBB4A73) is unknown color: approx Royal Heath. HEX triplet: BB, 4A and 73. RGB value is (187,74,115). Sum of RGB (Red+Green+Blue) = 187+74+115=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A73 is #44B58C. Grayscale: #707070. Windows color (decimal): -4502925 or 7555771. OLE color: 7555771.

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

Color convert

RGB18774115-
CMYK00.600.390.27
HSL338.23º45.38%51.18%-
HSV(B)338.23º60.43%73.33%-
XYZ26.0416.718.07-
YUV112.46129.44181.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=49.73%
G=19.68%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877411500.600.390.27338.2345.3851.18
HexBB4A7303C271B1522d33
Octal27311216307447335225563
Binary1011101110010101110011011110010011111011101010010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A73; }

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

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

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

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

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

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

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

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