#B04675

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

Shades of Royal Heath #B04675

Tints of Royal Heath #B04675

Color information

#B04675 (or 0xB04675) is unknown color: approx Royal Heath. HEX triplet: B0, 46 and 75. RGB value is (176,70,117). Sum of RGB (Red+Green+Blue) = 176+70+117=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04675 is #4FB98A. Grayscale: #6A6A6A. Windows color (decimal): -5224843 or 7685808. OLE color: 7685808.

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

Color convert

RGB17670117-
CMYK00.600.340.31
HSL333.4º43.09%48.24%-
HSV(B)333.4º60.23%69.02%-
XYZ23.3114.8918.48-
YUV107.05133.62177.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=48.48%
G=19.28%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767011700.600.340.31333.443.0948.24
HexB0467503C221F14d2b30
Octal26010616507442375155360
Binary1011000010001101110101011110010001011111101001101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04675; }

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

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

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

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

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

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

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

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