#BB4E70

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

Shades of Royal Heath #BB4E70

Tints of Royal Heath #BB4E70

Color information

#BB4E70 (or 0xBB4E70) is unknown color: approx Royal Heath. HEX triplet: BB, 4E and 70. RGB value is (187,78,112). Sum of RGB (Red+Green+Blue) = 187+78+112=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E70 is #44B18F. Grayscale: #727272. Windows color (decimal): -4501904 or 7360187. OLE color: 7360187.

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

Color convert

RGB18778112-
CMYK00.580.400.27
HSL341.28º44.49%51.96%-
HSV(B)341.28º58.29%73.33%-
XYZ26.1417.1817.27-
YUV114.47126.61179.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=49.60%
G=20.69%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877811200.580.400.27341.2844.4951.96
HexBB4E7003A281B1552c34
Octal27311616007250335255464
Binary1011101110011101110000011101010100011011101010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E70; }

 p { color: rgb(187,78,112); }

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

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

 a { background-color: rgb(187,78,112); }

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

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

 span { border-color: rgb(187,78,112); }

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