#B13B74

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

Shades of Royal Heath #B13B74

Tints of Royal Heath #B13B74

Color information

#B13B74 (or 0xB13B74) is unknown color: approx Royal Heath. HEX triplet: B1, 3B and 74. RGB value is (177,59,116). Sum of RGB (Red+Green+Blue) = 177+59+116=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B74 is #4EC48B. Grayscale: #646464. Windows color (decimal): -5162124 or 7617457. OLE color: 7617457.

HSL color Cylindrical-coordinate representation of color #B13B74: hue angle of 331.02º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B74 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17759116-
CMYK00.670.340.31
HSL331.02º50%46.27%-
HSV(B)331.02º66.67%69.41%-
XYZ22.8513.7417.97-
YUV100.78136.59182.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=50.28%
G=16.76%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775911600.670.340.31331.025046.27
HexB13B74043221F14b322e
Octal26173164010342375136256
Binary1011000111101111101000100001110001011111101001011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B74; }

 p { color: rgb(177,59,116); }

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

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

 a { background-color: rgb(177,59,116); }

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

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

 span { border-color: rgb(177,59,116); }

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