#BB4A7E

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

Shades of Royal Heath #BB4A7E

Tints of Royal Heath #BB4A7E

Color information

#BB4A7E (or 0xBB4A7E) is unknown color: approx Royal Heath. HEX triplet: BB, 4A and 7E. RGB value is (187,74,126). Sum of RGB (Red+Green+Blue) = 187+74+126=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A7E is #44B581. Grayscale: #717171. Windows color (decimal): -4502914 or 8276667. OLE color: 8276667.

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

Color convert

RGB18774126-
CMYK00.600.330.27
HSL332.39º45.38%51.18%-
HSV(B)332.39º60.43%73.33%-
XYZ26.7116.9721.61-
YUV113.72134.94180.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=48.32%
G=19.12%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877412600.600.330.27332.3945.3851.18
HexBB4A7E03C211B14c2d33
Octal27311217607441335145563
Binary1011101110010101111110011110010000111011101001100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A7E; }

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

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

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

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

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

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

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

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