#B65B81

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

Shades of Royal Heath #B65B81

Tints of Royal Heath #B65B81

Color information

#B65B81 (or 0xB65B81) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 81. RGB value is (182,91,129). Sum of RGB (Red+Green+Blue) = 182+91+129=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B81 is #49A47E. Grayscale: #7A7A7A. Windows color (decimal): -4826239 or 8477622. OLE color: 8477622.

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

Color convert

RGB18291129-
CMYK00.50.290.29
HSL334.95º38.4%53.53%-
HSV(B)334.95º50%71.37%-
XYZ26.9919.0123.02-
YUV122.54131.65170.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=45.27%
G=22.64%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829112900.50.290.29334.9538.453.53
HexB65B810321D1D14f2636
Octal26613320106235355174666
Binary1011011010110111000000101100101110111101101001111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B81; }

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

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

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

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

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

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

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

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