#B05674

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

Shades of Royal Heath #B05674

Tints of Royal Heath #B05674

Color information

#B05674 (or 0xB05674) is unknown color: approx Royal Heath. HEX triplet: B0, 56 and 74. RGB value is (176,86,116). Sum of RGB (Red+Green+Blue) = 176+86+116=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B05674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05674 is #4FA98B. Grayscale: #747474. Windows color (decimal): -5220748 or 7624368. OLE color: 7624368.

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

Color convert

RGB17686116-
CMYK00.510.340.31
HSL340º36.29%51.37%-
HSV(B)340º51.14%69.02%-
XYZ24.3817.1518.55-
YUV116.33127.82170.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=46.56%
G=22.75%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768611600.510.340.3134036.2951.37
HexB05674033221F1542433
Octal26012616406342375244463
Binary1011000010101101110100011001110001011111101010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05674; }

 p { color: rgb(176,86,116); }

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

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

 a { background-color: rgb(176,86,116); }

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

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

 span { border-color: rgb(176,86,116); }

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