#B14F6E

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

Shades of Royal Heath #B14F6E

Tints of Royal Heath #B14F6E

Color information

#B14F6E (or 0xB14F6E) is unknown color: approx Royal Heath. HEX triplet: B1, 4F and 6E. RGB value is (177,79,110). Sum of RGB (Red+Green+Blue) = 177+79+110=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14F6E is #4EB091. Grayscale: #6F6F6F. Windows color (decimal): -5157010 or 7229361. OLE color: 7229361.

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

Color convert

RGB17779110-
CMYK00.550.380.31
HSL341.02º38.58%50.2%-
HSV(B)341.02º55.37%69.41%-
XYZ23.7416.0616.6-
YUV111.84126.97174.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=48.36%
G=21.58%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777911000.550.380.31341.0238.5850.2
HexB14F6E037261F1552732
Octal26111715606746375254762
Binary1011000110011111101110011011110011011111101010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F6E; }

 p { color: rgb(177,79,110); }

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

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

 a { background-color: rgb(177,79,110); }

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

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

 span { border-color: rgb(177,79,110); }

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