Html Css Color HEX #B14579 Royal Heath

📋 copy color: '#B14579'

red 177 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #B14579

Tints of Royal Heath #B14579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

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

R = 48.23%
G = 18.8%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14579 (or 0xB14579) is known color: Royal Heath. HEX triplet: B1, 45 and 79. RGB value is (177,69,121). Sum of RGB (Red+Green+Blue) = 177+69+121=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B14579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14579 is #4EBA86. Grayscale: #6B6B6B. Windows color (decimal): -5159559 or 7947697. OLE color: 7947697.

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

Color convert

RGB 177 69 121 -
CMYK 0 0.61 0.32 0.31
HSL 331.11º 0.44% 0.48% -
HSV(B) 331.11º 0.61% 0.69% -
XYZ 23.71 14.98 19.73 -
YUV 107.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 177 69 121 0 0.61 0.32 0.31 331.11 0.44 0.48
Hex B1 45 79 0 3D 20 1F 14B 2C 30
Octal 261 105 171 0 75 40 37 513 54 60
Binary 10110001 1000101 1111001 0 111101 100000 11111 101001011 101100 110000

Color Harmonies of #B14579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14579

Black with #B14579

Text Example


Text Example

White with #B14579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14579; }

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

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

background-color css

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

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

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

border-color css

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

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

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