#B54B6E

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

Shades of Royal Heath #B54B6E

Tints of Royal Heath #B54B6E

Color information

#B54B6E (or 0xB54B6E) is unknown color: approx Royal Heath. HEX triplet: B5, 4B and 6E. RGB value is (181,75,110). Sum of RGB (Red+Green+Blue) = 181+75+110=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B6E is #4AB491. Grayscale: #6E6E6E. Windows color (decimal): -4895890 or 7228341. OLE color: 7228341.

HSL color Cylindrical-coordinate representation of color #B54B6E: hue angle of 340.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B6E is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18175110-
CMYK00.590.390.29
HSL340.19º41.73%50.2%-
HSV(B)340.19º58.56%70.98%-
XYZ24.3915.9816.55-
YUV110.68127.62178.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=49.45%
G=20.49%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817511000.590.390.29340.1941.7350.2
HexB54B6E03B271D1542a32
Octal26511315607347355245262
Binary1011010110010111101110011101110011111101101010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B6E; }

 p { color: rgb(181,75,110); }

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

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

 a { background-color: rgb(181,75,110); }

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

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

 span { border-color: rgb(181,75,110); }

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