#BB4D7B

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

Shades of Royal Heath #BB4D7B

Tints of Royal Heath #BB4D7B

Color information

#BB4D7B (or 0xBB4D7B) is unknown color: approx Royal Heath. HEX triplet: BB, 4D and 7B. RGB value is (187,77,123). Sum of RGB (Red+Green+Blue) = 187+77+123=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D7B is #44B284. Grayscale: #737373. Windows color (decimal): -4502149 or 8080827. OLE color: 8080827.

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

Color convert

RGB18777123-
CMYK00.590.340.27
HSL334.91º44.72%51.76%-
HSV(B)334.91º58.82%73.33%-
XYZ26.7217.320.67-
YUV115.13132.44179.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=48.32%
G=19.90%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877712300.590.340.27334.9144.7251.76
HexBB4D7B03B221B14f2d34
Octal27311517307342335175564
Binary1011101110011011111011011101110001011011101001111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D7B; }

 p { color: rgb(187,77,123); }

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

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

 a { background-color: rgb(187,77,123); }

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

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

 span { border-color: rgb(187,77,123); }

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