#BB4A6C

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

Shades of Royal Heath #BB4A6C

Tints of Royal Heath #BB4A6C

Color information

#BB4A6C (or 0xBB4A6C) is unknown color: approx Royal Heath. HEX triplet: BB, 4A and 6C. RGB value is (187,74,108). Sum of RGB (Red+Green+Blue) = 187+74+108=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A6C is #44B593. Grayscale: #6F6F6F. Windows color (decimal): -4502932 or 7097019. OLE color: 7097019.

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

Color convert

RGB18774108-
CMYK00.600.420.27
HSL341.95º45.38%51.18%-
HSV(B)341.95º60.43%73.33%-
XYZ25.6516.5516.03-
YUV111.66125.94181.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=50.68%
G=20.05%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877410800.600.420.27341.9545.3851.18
HexBB4A6C03C2A1B1562d33
Octal27311215407452335265563
Binary1011101110010101101100011110010101011011101010110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A6C; }

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

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

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

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

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

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

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

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