#BB4E75

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

Shades of Royal Heath #BB4E75

Tints of Royal Heath #BB4E75

Color information

#BB4E75 (or 0xBB4E75) is unknown color: approx Royal Heath. HEX triplet: BB, 4E and 75. RGB value is (187,78,117). Sum of RGB (Red+Green+Blue) = 187+78+117=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E75 is #44B18A. Grayscale: #727272. Windows color (decimal): -4501899 or 7687867. OLE color: 7687867.

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

Color convert

RGB18778117-
CMYK00.580.370.27
HSL338.53º44.49%51.96%-
HSV(B)338.53º58.29%73.33%-
XYZ26.4317.318.78-
YUV115.04129.11179.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=48.95%
G=20.42%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877811700.580.370.27338.5344.4951.96
HexBB4E7503A251B1532c34
Octal27311616507245335235464
Binary1011101110011101110101011101010010111011101010011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E75; }

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

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

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

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

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

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

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

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