#BB3A72

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

Shades of Royal Heath #BB3A72

Tints of Royal Heath #BB3A72

Color information

#BB3A72 (or 0xBB3A72) is unknown color: approx Royal Heath. HEX triplet: BB, 3A and 72. RGB value is (187,58,114). Sum of RGB (Red+Green+Blue) = 187+58+114=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A72 is #44C58D. Grayscale: #666666. Windows color (decimal): -4507022 or 7486139. OLE color: 7486139.

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

Color convert

RGB18758114-
CMYK00.690.390.27
HSL333.95º52.65%48.04%-
HSV(B)333.95º68.98%73.33%-
XYZ25.0414.8117.46-
YUV102.96134.24187.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=52.09%
G=16.16%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875811400.690.390.27333.9552.6548.04
HexBB3A72045271B14e3530
Octal27372162010547335166560
Binary1011101111101011100100100010110011111011101001110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A72; }

 p { color: rgb(187,58,114); }

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

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

 a { background-color: rgb(187,58,114); }

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

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

 span { border-color: rgb(187,58,114); }

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