#B54B6D

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

Shades of Royal Heath #B54B6D

Tints of Royal Heath #B54B6D

Color information

#B54B6D (or 0xB54B6D) is unknown color: approx Royal Heath. HEX triplet: B5, 4B and 6D. RGB value is (181,75,109). Sum of RGB (Red+Green+Blue) = 181+75+109=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B6D is #4AB492. Grayscale: #6E6E6E. Windows color (decimal): -4895891 or 7162805. OLE color: 7162805.

HSL color Cylindrical-coordinate representation of color #B54B6D: hue angle of 340.75º 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 #B54B6D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18175109-
CMYK00.590.400.29
HSL340.75º41.73%50.2%-
HSV(B)340.75º58.56%70.98%-
XYZ24.3315.9616.27-
YUV110.57127.12178.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=49.59%
G=20.55%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817510900.590.400.29340.7541.7350.2
HexB54B6D03B281D1552a32
Octal26511315507350355255262
Binary1011010110010111101101011101110100011101101010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B6D; }

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

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

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

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

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

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

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

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