#B04375

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

Shades of Royal Heath #B04375

Tints of Royal Heath #B04375

Color information

#B04375 (or 0xB04375) is unknown color: approx Royal Heath. HEX triplet: B0, 43 and 75. RGB value is (176,67,117). Sum of RGB (Red+Green+Blue) = 176+67+117=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B04375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04375 is #4FBC8A. Grayscale: #696969. Windows color (decimal): -5225611 or 7685040. OLE color: 7685040.

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

Color convert

RGB17667117-
CMYK00.620.340.31
HSL332.48º44.86%47.65%-
HSV(B)332.48º61.93%69.02%-
XYZ23.1214.5318.42-
YUV105.29134.61178.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=48.89%
G=18.61%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766711700.620.340.31332.4844.8647.65
HexB0437503E221F14c2d30
Octal26010316507642375145560
Binary1011000010000111110101011111010001011111101001100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04375; }

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

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

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

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

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

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

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

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