#B05A7B

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

Shades of Royal Heath #B05A7B

Tints of Royal Heath #B05A7B

Color information

#B05A7B (or 0xB05A7B) is unknown color: approx Royal Heath. HEX triplet: B0, 5A and 7B. RGB value is (176,90,123). Sum of RGB (Red+Green+Blue) = 176+90+123=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A7B is #4FA584. Grayscale: #777777. Windows color (decimal): -5219717 or 8084144. OLE color: 8084144.

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

Color convert

RGB17690123-
CMYK00.490.300.31
HSL336.98º35.25%52.16%-
HSV(B)336.98º48.86%69.02%-
XYZ25.1417.9720.88-
YUV119.48129.99168.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=45.24%
G=23.14%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769012300.490.300.31336.9835.2552.16
HexB05A7B0311E1F1512334
Octal26013217306136375214364
Binary101100001011010111101101100011111011111101010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A7B; }

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

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

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

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

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

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

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

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