#B65A80

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

Shades of Royal Heath #B65A80

Tints of Royal Heath #B65A80

Color information

#B65A80 (or 0xB65A80) is unknown color: approx Royal Heath. HEX triplet: B6, 5A and 80. RGB value is (182,90,128). Sum of RGB (Red+Green+Blue) = 182+90+128=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A80 is #49A57F. Grayscale: #797979. Windows color (decimal): -4826496 or 8411830. OLE color: 8411830.

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

Color convert

RGB18290128-
CMYK00.510.300.29
HSL335.22º38.66%53.33%-
HSV(B)335.22º50.55%71.37%-
XYZ26.8418.8222.64-
YUV121.84131.48170.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 128 (50.39% from 255) = 32%
R=45.5%
G=22.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829012800.510.300.29335.2238.6653.33
HexB65A800331E1D14f2735
Octal26613220006336355174765
Binary1011011010110101000000001100111111011101101001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A80; }

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

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

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

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

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

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

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

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