#B0456F

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

Shades of Royal Heath #B0456F

Tints of Royal Heath #B0456F

Color information

#B0456F (or 0xB0456F) is unknown color: approx Royal Heath. HEX triplet: B0, 45 and 6F. RGB value is (176,69,111). Sum of RGB (Red+Green+Blue) = 176+69+111=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0456F is #4FBA90. Grayscale: #696969. Windows color (decimal): -5225105 or 7292336. OLE color: 7292336.

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

Color convert

RGB17669111-
CMYK00.610.370.31
HSL336.45º43.67%48.04%-
HSV(B)336.45º60.8%69.02%-
XYZ22.914.6316.66-
YUV105.78130.95178.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=49.44%
G=19.38%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766911100.610.370.31336.4543.6748.04
HexB0456F03D251F1502c30
Octal26010515707545375205460
Binary1011000010001011101111011110110010111111101010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0456F; }

 p { color: rgb(176,69,111); }

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

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

 a { background-color: rgb(176,69,111); }

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

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

 span { border-color: rgb(176,69,111); }

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