#B65D7C

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

Shades of Royal Heath #B65D7C

Tints of Royal Heath #B65D7C

Color information

#B65D7C (or 0xB65D7C) is unknown color: approx Royal Heath. HEX triplet: B6, 5D and 7C. RGB value is (182,93,124). Sum of RGB (Red+Green+Blue) = 182+93+124=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D7C is #49A283. Grayscale: #7B7B7B. Windows color (decimal): -4825732 or 8150454. OLE color: 8150454.

HSL color Cylindrical-coordinate representation of color #B65D7C: hue angle of 339.1º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65D7C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18293124-
CMYK00.490.320.29
HSL339.1º37.87%53.92%-
HSV(B)339.1º48.9%71.37%-
XYZ26.8419.2321.37-
YUV123.14128.49169.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=45.61%
G=23.31%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829312400.490.320.29339.137.8753.92
HexB65D7C031201D1532636
Octal26613517406140355234666
Binary1011011010111011111100011000110000011101101010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D7C; }

 p { color: rgb(182,93,124); }

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

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

 a { background-color: rgb(182,93,124); }

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

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

 span { border-color: rgb(182,93,124); }

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