#B74A7E

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

Shades of Royal Heath #B74A7E

Tints of Royal Heath #B74A7E

Color information

#B74A7E (or 0xB74A7E) is unknown color: approx Royal Heath. HEX triplet: B7, 4A and 7E. RGB value is (183,74,126). Sum of RGB (Red+Green+Blue) = 183+74+126=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A7E is #48B581. Grayscale: #707070. Windows color (decimal): -4765058 or 8276663. OLE color: 8276663.

HSL color Cylindrical-coordinate representation of color #B74A7E: hue angle of 331.38º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A7E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18374126-
CMYK00.600.310.28
HSL331.38º43.08%50.39%-
HSV(B)331.38º59.56%71.76%-
XYZ25.7416.4721.56-
YUV112.52135.61178.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=47.78%
G=19.32%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837412600.600.310.28331.3843.0850.39
HexB74A7E03C1F1C14b2b32
Octal26711217607437345135362
Binary101101111001010111111001111001111111100101001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A7E; }

 p { color: rgb(183,74,126); }

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

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

 a { background-color: rgb(183,74,126); }

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

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

 span { border-color: rgb(183,74,126); }

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