#B84270

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

Shades of Royal Heath #B84270

Tints of Royal Heath #B84270

Color information

#B84270 (or 0xB84270) is unknown color: approx Royal Heath. HEX triplet: B8, 42 and 70. RGB value is (184,66,112). Sum of RGB (Red+Green+Blue) = 184+66+112=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B84270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84270 is #47BD8F. Grayscale: #6A6A6A. Windows color (decimal): -4701584 or 7357112. OLE color: 7357112.

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

Color convert

RGB18466112-
CMYK00.640.390.28
HSL336.61º47.2%49.02%-
HSV(B)336.61º64.13%72.16%-
XYZ24.6415.2616.98-
YUV106.53131.09183.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=50.83%
G=18.23%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846611200.640.390.28336.6147.249.02
HexB84270040271C1512f31
Octal270102160010047345215761
Binary10111000100001011100000100000010011111100101010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84270; }

 p { color: rgb(184,66,112); }

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

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

 a { background-color: rgb(184,66,112); }

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

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

 span { border-color: rgb(184,66,112); }

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