#b74b81

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

Shades of Royal Heath #B74B81

Tints of Royal Heath #B74B81

Color information

#B74B81 (or 0xB74B81) is unknown color: approx Royal Heath. HEX triplet: B7, 4B and 81. RGB value is (183,75,129). Sum of RGB (Red+Green+Blue) = 183+75+129=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B81 is #48B47E. Grayscale: #717171. Windows color (decimal): -4764799 or 8473527. OLE color: 8473527.

HSL color Cylindrical-coordinate representation of color #B74B81: hue angle of 330º 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 #B74B81 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18375129-
CMYK00.590.300.28
HSL330º42.86%50.59%-
HSV(B)330º59.02%71.76%-
XYZ26.0116.6822.62-
YUV113.45136.78177.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=47.29%
G=19.38%
B=33.33%

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
Decimal1837512900.590.300.2833042.8650.59
HexB74B8103B1E1C14a2b33
Octal26711320107336345125363
Binary1011011110010111000000101110111111011100101001010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74b81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74b81; }

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

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

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

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

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

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

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

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