#B14376

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

Shades of Royal Heath #B14376

Tints of Royal Heath #B14376

Color information

#B14376 (or 0xB14376) is unknown color: approx Royal Heath. HEX triplet: B1, 43 and 76. RGB value is (177,67,118). Sum of RGB (Red+Green+Blue) = 177+67+118=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B14376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14376 is #4EBC89. Grayscale: #696969. Windows color (decimal): -5160074 or 7750577. OLE color: 7750577.

HSL color Cylindrical-coordinate representation of color #B14376: hue angle of 332.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14376 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17767118-
CMYK00.620.330.31
HSL332.18º45.08%47.84%-
HSV(B)332.18º62.15%69.41%-
XYZ23.4114.6718.74-
YUV105.7134.94178.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=48.90%
G=18.51%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776711800.620.330.31332.1845.0847.84
HexB1437603E211F14c2d30
Octal26110316607641375145560
Binary1011000110000111110110011111010000111111101001100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14376; }

 p { color: rgb(177,67,118); }

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

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

 a { background-color: rgb(177,67,118); }

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

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

 span { border-color: rgb(177,67,118); }

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