#B04C75

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

Shades of Royal Heath #B04C75

Tints of Royal Heath #B04C75

Color information

#B04C75 (or 0xB04C75) is unknown color: approx Royal Heath. HEX triplet: B0, 4C and 75. RGB value is (176,76,117). Sum of RGB (Red+Green+Blue) = 176+76+117=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C75 is #4FB38A. Grayscale: #6E6E6E. Windows color (decimal): -5223307 or 7687344. OLE color: 7687344.

HSL color Cylindrical-coordinate representation of color #B04C75: hue angle of 335.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C75 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17676117-
CMYK00.570.340.31
HSL335.4º39.68%49.41%-
HSV(B)335.4º56.82%69.02%-
XYZ23.715.6818.61-
YUV110.57131.63174.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=47.70%
G=20.60%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767611700.570.340.31335.439.6849.41
HexB04C75039221F14f2831
Octal26011416507142375175061
Binary1011000010011001110101011100110001011111101001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C75; }

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

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

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

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

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

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

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

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