#B74569

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

Shades of Royal Heath #B74569

Tints of Royal Heath #B74569

Color information

#B74569 (or 0xB74569) is unknown color: approx Royal Heath. HEX triplet: B7, 45 and 69. RGB value is (183,69,105). Sum of RGB (Red+Green+Blue) = 183+69+105=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B74569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74569 is #48BA96. Grayscale: #6B6B6B. Windows color (decimal): -4766359 or 6899127. OLE color: 6899127.

HSL color Cylindrical-coordinate representation of color #B74569: hue angle of 341.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74569 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18369105-
CMYK00.620.430.28
HSL341.05º45.24%49.41%-
HSV(B)341.05º62.3%71.76%-
XYZ24.2115.3415.05-
YUV107.19126.77182.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=51.26%
G=19.33%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836910500.620.430.28341.0545.2449.41
HexB7456903E2B1C1552d31
Octal26710515107653345255561
Binary1011011110001011101001011111010101111100101010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74569; }

 p { color: rgb(183,69,105); }

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

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

 a { background-color: rgb(183,69,105); }

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

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

 span { border-color: rgb(183,69,105); }

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