#BB4C75

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

Shades of Royal Heath #BB4C75

Tints of Royal Heath #BB4C75

Color information

#BB4C75 (or 0xBB4C75) is unknown color: approx Royal Heath. HEX triplet: BB, 4C and 75. RGB value is (187,76,117). Sum of RGB (Red+Green+Blue) = 187+76+117=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4C75 is #44B38A. Grayscale: #717171. Windows color (decimal): -4502411 or 7687355. OLE color: 7687355.

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

Color convert

RGB18776117-
CMYK00.590.370.27
HSL337.84º44.94%51.57%-
HSV(B)337.84º59.36%73.33%-
XYZ26.2917.0218.73-
YUV113.86129.77180.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=49.21%
G=20%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877611700.590.370.27337.8444.9451.57
HexBB4C7503B251B1522d34
Octal27311416507345335225564
Binary1011101110011001110101011101110010111011101010010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C75; }

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

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

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

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

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

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

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

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