#B14C6C

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

Shades of Royal Heath #B14C6C

Tints of Royal Heath #B14C6C

Color information

#B14C6C (or 0xB14C6C) is unknown color: approx Royal Heath. HEX triplet: B1, 4C and 6C. RGB value is (177,76,108). Sum of RGB (Red+Green+Blue) = 177+76+108=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C6C is #4EB393. Grayscale: #6D6D6D. Windows color (decimal): -5157780 or 7097521. OLE color: 7097521.

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

Color convert

RGB17776108-
CMYK00.570.390.31
HSL340.99º39.92%49.61%-
HSV(B)340.99º57.06%69.41%-
XYZ23.4215.615.96-
YUV109.85126.96175.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=49.03%
G=21.05%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777610800.570.390.31340.9939.9249.61
HexB14C6C039271F1552832
Octal26111415407147375255062
Binary1011000110011001101100011100110011111111101010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C6C; }

 p { color: rgb(177,76,108); }

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

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

 a { background-color: rgb(177,76,108); }

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

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

 span { border-color: rgb(177,76,108); }

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