Html Css Color HEX #B45779 Royal Heath

📋 copy color: '#B45779'

red 180 ◦ green 87 ◦ blue 121

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

Shades of Royal Heath #B45779

Tints of Royal Heath #B45779

RGB

 RED value IS 180 (70.7% from 255) = 46.39%

 GREEN value IS 87 (34.38% from 255) = 22.42%

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

R = 46.39%
G = 22.42%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B45779 (or 0xB45779) is known color: Royal Heath. HEX triplet: B4, 57 and 79. RGB value is (180,87,121). Sum of RGB (Red+Green+Blue) = 180+87+121=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B45779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45779 is #4BA886. Grayscale: #767676. Windows color (decimal): -4958343 or 7952308. OLE color: 7952308.

HSL color Cylindrical-coordinate representation of color #B45779: hue angle of 338.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45779 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 87 121 -
CMYK 0 0.52 0.33 0.29
HSL 338.06º 0.38% 0.52% -
HSV(B) 338.06º 0.52% 0.71% -
XYZ 25.68 17.9 20.19 -
YUV 118.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 180 87 121 0 0.52 0.33 0.29 338.06 0.38 0.52
Hex B4 57 79 0 34 21 1D 152 26 34
Octal 264 127 171 0 64 41 35 522 46 64
Binary 10110100 1010111 1111001 0 110100 100001 11101 101010010 100110 110100

Color Harmonies of #B45779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45779

Black with #B45779

Text Example


Text Example

White with #B45779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45779; }

 p { color: rgb(180,87,121); }

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

background-color css

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

 a { background-color: rgb(180,87,121); }

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

border-color css

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

 span { border-color: rgb(180,87,121); }

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