#bb4076

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

Shades of Royal Heath #BB4076

Tints of Royal Heath #BB4076

Color information

#BB4076 (or 0xBB4076) is unknown color: approx Royal Heath. HEX triplet: BB, 40 and 76. RGB value is (187,64,118). Sum of RGB (Red+Green+Blue) = 187+64+118=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4076 is #44BF89. Grayscale: #6A6A6A. Windows color (decimal): -4505482 or 7749819. OLE color: 7749819.

HSL color Cylindrical-coordinate representation of color #BB4076: hue angle of 333.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4076 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18764118-
CMYK00.660.370.27
HSL333.66º49%49.22%-
HSV(B)333.66º65.78%73.33%-
XYZ25.615.5418.79-
YUV106.93134.25185.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=50.68%
G=17.34%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876411800.660.370.27333.664949.22
HexBB4076042251B14e3131
Octal273100166010245335166161
Binary10111011100000011101100100001010010111011101001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4076; }

 p { color: rgb(187,64,118); }

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

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

 a { background-color: rgb(187,64,118); }

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

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

 span { border-color: rgb(187,64,118); }

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