#B05A7F

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

Shades of Royal Heath #B05A7F

Tints of Royal Heath #B05A7F

Color information

#B05A7F (or 0xB05A7F) is unknown color: approx Royal Heath. HEX triplet: B0, 5A and 7F. RGB value is (176,90,127). Sum of RGB (Red+Green+Blue) = 176+90+127=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A7F is #4FA580. Grayscale: #777777. Windows color (decimal): -5219713 or 8346288. OLE color: 8346288.

HSL color Cylindrical-coordinate representation of color #B05A7F: hue angle of 334.19º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A7F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17690127-
CMYK00.490.280.31
HSL334.19º35.25%52.16%-
HSV(B)334.19º48.86%69.02%-
XYZ25.3918.0722.23-
YUV119.93131.99167.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 127 (50% from 255) = 32.32%
R=44.78%
G=22.90%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769012700.490.280.31334.1935.2552.16
HexB05A7F0311C1F14e2334
Octal26013217706134375164364
Binary101100001011010111111101100011110011111101001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A7F; }

 p { color: rgb(176,90,127); }

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

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

 a { background-color: rgb(176,90,127); }

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

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

 span { border-color: rgb(176,90,127); }

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