Html Css Color HEX #B14970 Royal Heath

📋 copy color: '#B14970'

red 177 ◦ green 73 ◦ blue 112

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

Shades of Royal Heath #B14970

Tints of Royal Heath #B14970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 48.9%
G = 20.17%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B14970 (or 0xB14970) is known color: Royal Heath. HEX triplet: B1, 49 and 70. RGB value is (177,73,112). Sum of RGB (Red+Green+Blue) = 177+73+112=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B14970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14970 is #4EB68F. Grayscale: #6C6C6C. Windows color (decimal): -5158544 or 7358897. OLE color: 7358897.

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

Color convert

RGB 177 73 112 -
CMYK 0 0.59 0.37 0.31
HSL 337.5º 0.42% 0.49% -
HSV(B) 337.5º 0.59% 0.69% -
XYZ 23.44 15.28 17.04 -
YUV 108.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 177 73 112 0 0.59 0.37 0.31 337.5 0.42 0.49
Hex B1 49 70 0 3B 25 1F 152 2A 31
Octal 261 111 160 0 73 45 37 522 52 61
Binary 10110001 1001001 1110000 0 111011 100101 11111 101010010 101010 110001

Color Harmonies of #B14970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14970

Black with #B14970

Text Example


Text Example

White with #B14970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14970; }

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

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

background-color css

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

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

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

border-color css

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

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

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