#B65A7E

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

Shades of Royal Heath #B65A7E

Tints of Royal Heath #B65A7E

Color information

#B65A7E (or 0xB65A7E) is unknown color: approx Royal Heath. HEX triplet: B6, 5A and 7E. RGB value is (182,90,126). Sum of RGB (Red+Green+Blue) = 182+90+126=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A7E is #49A581. Grayscale: #797979. Windows color (decimal): -4826498 or 8280758. OLE color: 8280758.

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

Color convert

RGB18290126-
CMYK00.510.310.29
HSL336.52º38.66%53.33%-
HSV(B)336.52º50.55%71.37%-
XYZ26.7118.7621.95-
YUV121.61130.48171.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=45.73%
G=22.61%
B=31.66%

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
Decimal1829012600.510.310.29336.5238.6653.33
HexB65A7E0331F1D1512735
Octal26613217606337355214765
Binary101101101011010111111001100111111111101101010001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A7E; }

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

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

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

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

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

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

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

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