#B65A7D

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

Shades of Royal Heath #B65A7D

Tints of Royal Heath #B65A7D

Color information

#B65A7D (or 0xB65A7D) is unknown color: approx Royal Heath. HEX triplet: B6, 5A and 7D. RGB value is (182,90,125). Sum of RGB (Red+Green+Blue) = 182+90+125=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A7D is #49A582. Grayscale: #797979. Windows color (decimal): -4826499 or 8215222. OLE color: 8215222.

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

Color convert

RGB18290125-
CMYK00.510.310.29
HSL337.17º38.66%53.33%-
HSV(B)337.17º50.55%71.37%-
XYZ26.6518.7421.61-
YUV121.5129.98171.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=45.84%
G=22.67%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829012500.510.310.29337.1738.6653.33
HexB65A7D0331F1D1512735
Octal26613217506337355214765
Binary101101101011010111110101100111111111101101010001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A7D; }

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

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

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

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

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

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

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

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