#B65B7E

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

Shades of Royal Heath #B65B7E

Tints of Royal Heath #B65B7E

Color information

#B65B7E (or 0xB65B7E) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 7E. RGB value is (182,91,126). Sum of RGB (Red+Green+Blue) = 182+91+126=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B7E is #49A481. Grayscale: #7A7A7A. Windows color (decimal): -4826242 or 8281014. OLE color: 8281014.

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

Color convert

RGB18291126-
CMYK00.50.310.29
HSL336.92º38.4%53.53%-
HSV(B)336.92º50%71.37%-
XYZ26.818.9321.98-
YUV122.2130.15170.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=45.61%
G=22.81%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829112600.50.310.29336.9238.453.53
HexB65B7E0321F1D1512636
Octal26613317606237355214666
Binary101101101011011111111001100101111111101101010001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B7E; }

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

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

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

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

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

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

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

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