#B14B75

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

Shades of Royal Heath #B14B75

Tints of Royal Heath #B14B75

Color information

#B14B75 (or 0xB14B75) is unknown color: approx Royal Heath. HEX triplet: B1, 4B and 75. RGB value is (177,75,117). Sum of RGB (Red+Green+Blue) = 177+75+117=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B75 is #4EB48A. Grayscale: #6E6E6E. Windows color (decimal): -5158027 or 7687089. OLE color: 7687089.

HSL color Cylindrical-coordinate representation of color #B14B75: hue angle of 335.29º 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 #B14B75 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17775117-
CMYK00.580.340.31
HSL335.29º40.48%49.41%-
HSV(B)335.29º57.63%69.41%-
XYZ23.8615.6618.6-
YUV110.29131.79175.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=47.97%
G=20.33%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777511700.580.340.31335.2940.4849.41
HexB14B7503A221F14f2831
Octal26111316507242375175061
Binary1011000110010111110101011101010001011111101001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B75; }

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

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

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

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

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

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

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

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