#B04670

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

Shades of Royal Heath #B04670

Tints of Royal Heath #B04670

Color information

#B04670 (or 0xB04670) is unknown color: approx Royal Heath. HEX triplet: B0, 46 and 70. RGB value is (176,70,112). Sum of RGB (Red+Green+Blue) = 176+70+112=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B04670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04670 is #4FB98F. Grayscale: #6A6A6A. Windows color (decimal): -5224848 or 7358128. OLE color: 7358128.

HSL color Cylindrical-coordinate representation of color #B04670: hue angle of 336.23º 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 #B04670 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17670112-
CMYK00.600.360.31
HSL336.23º43.09%48.24%-
HSV(B)336.23º60.23%69.02%-
XYZ23.0214.7816.97-
YUV106.48131.12177.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=49.16%
G=19.55%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767011200.600.360.31336.2343.0948.24
HexB0467003C241F1502b30
Octal26010616007444375205360
Binary1011000010001101110000011110010010011111101010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04670; }

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

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

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

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

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

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

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

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