#B65A7C

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

Shades of Royal Heath #B65A7C

Tints of Royal Heath #B65A7C

Color information

#B65A7C (or 0xB65A7C) is unknown color: approx Royal Heath. HEX triplet: B6, 5A and 7C. RGB value is (182,90,124). Sum of RGB (Red+Green+Blue) = 182+90+124=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A7C is #49A583. Grayscale: #797979. Windows color (decimal): -4826500 or 8149686. OLE color: 8149686.

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

Color convert

RGB18290124-
CMYK00.510.320.29
HSL337.83º38.66%53.33%-
HSV(B)337.83º50.55%71.37%-
XYZ26.5918.7121.28-
YUV121.38129.48171.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=45.96%
G=22.73%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829012400.510.320.29337.8338.6653.33
HexB65A7C033201D1522735
Octal26613217406340355224765
Binary1011011010110101111100011001110000011101101010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A7C; }

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

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

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

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

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

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

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

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