#B85274

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

Shades of Royal Heath #B85274

Tints of Royal Heath #B85274

Color information

#B85274 (or 0xB85274) is unknown color: approx Royal Heath. HEX triplet: B8, 52 and 74. RGB value is (184,82,116). Sum of RGB (Red+Green+Blue) = 184+82+116=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85274 is #47AD8B. Grayscale: #747474. Windows color (decimal): -4697484 or 7623352. OLE color: 7623352.

HSL color Cylindrical-coordinate representation of color #B85274: hue angle of 340º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85274 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18482116-
CMYK00.550.370.28
HSL340º41.8%52.16%-
HSV(B)340º55.43%72.16%-
XYZ25.9417.4918.53-
YUV116.37127.79176.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=48.17%
G=21.47%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848211600.550.370.2834041.852.16
HexB85274037251C1542a34
Octal27012216406745345245264
Binary1011100010100101110100011011110010111100101010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85274; }

 p { color: rgb(184,82,116); }

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

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

 a { background-color: rgb(184,82,116); }

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

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

 span { border-color: rgb(184,82,116); }

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