#b14673

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

Shades of Royal Heath #B14673

Tints of Royal Heath #B14673

Color information

#B14673 (or 0xB14673) is unknown color: approx Royal Heath. HEX triplet: B1, 46 and 73. RGB value is (177,70,115). Sum of RGB (Red+Green+Blue) = 177+70+115=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B14673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14673 is #4EB98C. Grayscale: #6B6B6B. Windows color (decimal): -5159309 or 7554737. OLE color: 7554737.

HSL color Cylindrical-coordinate representation of color #B14673: hue angle of 334.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14673 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17770115-
CMYK00.600.350.31
HSL334.77º43.32%48.43%-
HSV(B)334.77º60.45%69.41%-
XYZ23.4214.9717.87-
YUV107.12132.45177.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=48.90%
G=19.34%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777011500.600.350.31334.7743.3248.43
HexB1467303C231F14f2b30
Octal26110616307443375175360
Binary1011000110001101110011011110010001111111101001111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14673; }

 p { color: rgb(177,70,115); }

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

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

 a { background-color: rgb(177,70,115); }

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

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

 span { border-color: rgb(177,70,115); }

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