#B74B80

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

Shades of Royal Heath #B74B80

Tints of Royal Heath #B74B80

Color information

#B74B80 (or 0xB74B80) is unknown color: approx Royal Heath. HEX triplet: B7, 4B and 80. RGB value is (183,75,128). Sum of RGB (Red+Green+Blue) = 183+75+128=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B80 is #48B47F. Grayscale: #717171. Windows color (decimal): -4764800 or 8407991. OLE color: 8407991.

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

Color convert

RGB18375128-
CMYK00.590.300.28
HSL330.56º42.86%50.59%-
HSV(B)330.56º59.02%71.76%-
XYZ25.9416.6622.27-
YUV113.33136.28177.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=47.41%
G=19.43%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837512800.590.300.28330.5642.8650.59
HexB74B8003B1E1C14b2b33
Octal26711320007336345135363
Binary1011011110010111000000001110111111011100101001011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B80; }

 p { color: rgb(183,75,128); }

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

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

 a { background-color: rgb(183,75,128); }

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

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

 span { border-color: rgb(183,75,128); }

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