#B65C81

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

Shades of Royal Heath #B65C81

Tints of Royal Heath #B65C81

Color information

#B65C81 (or 0xB65C81) is unknown color: approx Royal Heath. HEX triplet: B6, 5C and 81. RGB value is (182,92,129). Sum of RGB (Red+Green+Blue) = 182+92+129=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C81 is #49A37E. Grayscale: #7B7B7B. Windows color (decimal): -4825983 or 8477878. OLE color: 8477878.

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

Color convert

RGB18292129-
CMYK00.490.290.29
HSL335.33º38.14%53.73%-
HSV(B)335.33º49.45%71.37%-
XYZ27.0819.1823.04-
YUV123.13131.32169.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=45.16%
G=22.83%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829212900.490.290.29335.3338.1453.73
HexB65C810311D1D14f2636
Octal26613420106135355174666
Binary1011011010111001000000101100011110111101101001111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C81; }

 p { color: rgb(182,92,129); }

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

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

 a { background-color: rgb(182,92,129); }

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

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

 span { border-color: rgb(182,92,129); }

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