#B74E7B

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

Shades of Royal Heath #B74E7B

Tints of Royal Heath #B74E7B

Color information

#B74E7B (or 0xB74E7B) is unknown color: approx Royal Heath. HEX triplet: B7, 4E and 7B. RGB value is (183,78,123). Sum of RGB (Red+Green+Blue) = 183+78+123=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E7B is #48B184. Grayscale: #727272. Windows color (decimal): -4764037 or 8081079. OLE color: 8081079.

HSL color Cylindrical-coordinate representation of color #B74E7B: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74E7B is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18378123-
CMYK00.570.330.28
HSL334.29º42.17%51.18%-
HSV(B)334.29º57.38%71.76%-
XYZ25.8316.9520.65-
YUV114.52132.79176.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=47.66%
G=20.31%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837812300.570.330.28334.2942.1751.18
HexB74E7B039211C14e2a33
Octal26711617307141345165263
Binary1011011110011101111011011100110000111100101001110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E7B; }

 p { color: rgb(183,78,123); }

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

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

 a { background-color: rgb(183,78,123); }

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

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

 span { border-color: rgb(183,78,123); }

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