Html Css Color HEX #B14D79 Royal Heath

📋 copy color: '#B14D79'

red 177 ◦ green 77 ◦ blue 121

#B14D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B14D79

Tints of Royal Heath #B14D79

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

 GREEN value IS 77 (30.47% from 255) = 20.53%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 47.2%
G = 20.53%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14D79 (or 0xB14D79) is known color: Royal Heath. HEX triplet: B1, 4D and 79. RGB value is (177,77,121). Sum of RGB (Red+Green+Blue) = 177+77+121=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D79 is #4EB286. Grayscale: #6F6F6F. Windows color (decimal): -5157511 or 7949745. OLE color: 7949745.

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

Color convert

RGB 177 77 121 -
CMYK 0 0.56 0.32 0.31
HSL 333.6º 0.39% 0.5% -
HSV(B) 333.6º 0.56% 0.69% -
XYZ 24.24 16.04 19.91 -
YUV 111.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 177 77 121 0 0.56 0.32 0.31 333.6 0.39 0.5
Hex B1 4D 79 0 38 20 1F 14E 27 32
Octal 261 115 171 0 70 40 37 516 47 62
Binary 10110001 1001101 1111001 0 111000 100000 11111 101001110 100111 110010

Color Harmonies of #B14D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D79

Black with #B14D79

Text Example


Text Example

White with #B14D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D79; }

 p { color: rgb(177,77,121); }

 H1.HeaderClassName
 {
   color: #B14D79;
 }
 .AnyTagClassName
 {
   color: #B14D79;
 }
</style>

background-color css

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

 a { background-color: rgb(177,77,121); }

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

border-color css

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

 span { border-color: rgb(177,77,121); }

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