#B15A7A

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

Shades of Royal Heath #B15A7A

Tints of Royal Heath #B15A7A

Color information

#B15A7A (or 0xB15A7A) is unknown color: approx Royal Heath. HEX triplet: B1, 5A and 7A. RGB value is (177,90,122). Sum of RGB (Red+Green+Blue) = 177+90+122=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A7A is #4EA585. Grayscale: #777777. Windows color (decimal): -5154182 or 8018609. OLE color: 8018609.

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

Color convert

RGB17790122-
CMYK00.490.310.31
HSL337.93º35.8%52.35%-
HSV(B)337.93º49.15%69.41%-
XYZ25.318.0620.57-
YUV119.66129.32168.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=45.50%
G=23.14%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779012200.490.310.31337.9335.852.35
HexB15A7A0311F1F1522434
Octal26113217206137375224464
Binary101100011011010111101001100011111111111101010010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A7A; }

 p { color: rgb(177,90,122); }

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

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

 a { background-color: rgb(177,90,122); }

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

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

 span { border-color: rgb(177,90,122); }

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