#B04A7A

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

Shades of Royal Heath #B04A7A

Tints of Royal Heath #B04A7A

Color information

#B04A7A (or 0xB04A7A) is unknown color: approx Royal Heath. HEX triplet: B0, 4A and 7A. RGB value is (176,74,122). Sum of RGB (Red+Green+Blue) = 176+74+122=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A7A is #4FB585. Grayscale: #6D6D6D. Windows color (decimal): -5223814 or 8014512. OLE color: 8014512.

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

Color convert

RGB17674122-
CMYK00.580.310.31
HSL331.76º40.8%49.02%-
HSV(B)331.76º57.95%69.02%-
XYZ23.8715.5320.15-
YUV109.97134.79175.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=47.31%
G=19.89%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767412200.580.310.31331.7640.849.02
HexB04A7A03A1F1F14c2931
Octal26011217207237375145161
Binary101100001001010111101001110101111111111101001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A7A; }

 p { color: rgb(176,74,122); }

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

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

 a { background-color: rgb(176,74,122); }

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

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

 span { border-color: rgb(176,74,122); }

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