#b65b7c

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

Shades of Royal Heath #B65B7C

Tints of Royal Heath #B65B7C

Color information

#B65B7C (or 0xB65B7C) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 7C. RGB value is (182,91,124). Sum of RGB (Red+Green+Blue) = 182+91+124=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B7C is #49A483. Grayscale: #797979. Windows color (decimal): -4826244 or 8149942. OLE color: 8149942.

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

Color convert

RGB18291124-
CMYK00.50.320.29
HSL338.24º38.4%53.53%-
HSV(B)338.24º50%71.37%-
XYZ26.6718.8821.31-
YUV121.97129.15170.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=45.84%
G=22.92%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829112400.50.320.29338.2438.453.53
HexB65B7C032201D1522636
Octal26613317406240355224666
Binary1011011010110111111100011001010000011101101010010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65b7c; }

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

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

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

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

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

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

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

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