Html Css Color HEX #B14976 Royal Heath

📋 copy color: '#B14976'

red 177 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #B14976

Tints of Royal Heath #B14976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 48.1%
G = 19.84%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B14976 (or 0xB14976) is known color: Royal Heath. HEX triplet: B1, 49 and 76. RGB value is (177,73,118). Sum of RGB (Red+Green+Blue) = 177+73+118=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B14976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14976 is #4EB689. Grayscale: #6D6D6D. Windows color (decimal): -5158538 or 7752113. OLE color: 7752113.

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

Color convert

RGB 177 73 118 -
CMYK 0 0.59 0.33 0.31
HSL 334.04º 0.42% 0.49% -
HSV(B) 334.04º 0.59% 0.69% -
XYZ 23.78 15.42 18.86 -
YUV 109.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 177 73 118 0 0.59 0.33 0.31 334.04 0.42 0.49
Hex B1 49 76 0 3B 21 1F 14E 2A 31
Octal 261 111 166 0 73 41 37 516 52 61
Binary 10110001 1001001 1110110 0 111011 100001 11111 101001110 101010 110001

Color Harmonies of #B14976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14976

Black with #B14976

Text Example


Text Example

White with #B14976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14976; }

 p { color: rgb(177,73,118); }

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

background-color css

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

 a { background-color: rgb(177,73,118); }

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

border-color css

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

 span { border-color: rgb(177,73,118); }

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