#B14B6F

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

Shades of Royal Heath #B14B6F

Tints of Royal Heath #B14B6F

Color information

#B14B6F (or 0xB14B6F) is unknown color: approx Royal Heath. HEX triplet: B1, 4B and 6F. RGB value is (177,75,111). Sum of RGB (Red+Green+Blue) = 177+75+111=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B6F is #4EB490. Grayscale: #6D6D6D. Windows color (decimal): -5158033 or 7293873. OLE color: 7293873.

HSL color Cylindrical-coordinate representation of color #B14B6F: hue angle of 338.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B6F is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17775111-
CMYK00.580.370.31
HSL338.82º40.48%49.41%-
HSV(B)338.82º57.63%69.41%-
XYZ23.5215.5316.8-
YUV109.6128.79176.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=48.76%
G=20.66%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777511100.580.370.31338.8240.4849.41
HexB14B6F03A251F1532831
Octal26111315707245375235061
Binary1011000110010111101111011101010010111111101010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B6F; }

 p { color: rgb(177,75,111); }

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

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

 a { background-color: rgb(177,75,111); }

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

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

 span { border-color: rgb(177,75,111); }

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