#B84475

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

Shades of Royal Heath #B84475

Tints of Royal Heath #B84475

Color information

#B84475 (or 0xB84475) is unknown color: approx Royal Heath. HEX triplet: B8, 44 and 75. RGB value is (184,68,117). Sum of RGB (Red+Green+Blue) = 184+68+117=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84475 is #47BB8A. Grayscale: #6C6C6C. Windows color (decimal): -4701067 or 7685304. OLE color: 7685304.

HSL color Cylindrical-coordinate representation of color #B84475: hue angle of 334.66º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84475 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18468117-
CMYK00.630.360.28
HSL334.66º46.03%49.41%-
HSV(B)334.66º63.04%72.16%-
XYZ25.0515.6118.52-
YUV108.27132.93182.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=49.86%
G=18.43%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846811700.630.360.28334.6646.0349.41
HexB8447503F241C14f2e31
Octal27010416507744345175661
Binary1011100010001001110101011111110010011100101001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84475; }

 p { color: rgb(184,68,117); }

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

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

 a { background-color: rgb(184,68,117); }

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

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

 span { border-color: rgb(184,68,117); }

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