Html Css Color HEX #B45B78 Royal Heath

📋 copy color: '#B45B78'

red 180 ◦ green 91 ◦ blue 120

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

Shades of Royal Heath #B45B78

Tints of Royal Heath #B45B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 46.04%
G = 23.27%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B45B78 (or 0xB45B78) is known color: Royal Heath. HEX triplet: B4, 5B and 78. RGB value is (180,91,120). Sum of RGB (Red+Green+Blue) = 180+91+120=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B78 is #4BA487. Grayscale: #787878. Windows color (decimal): -4957320 or 7887796. OLE color: 7887796.

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

Color convert

RGB 180 91 120 -
CMYK 0 0.49 0.33 0.29
HSL 340.45º 0.37% 0.53% -
HSV(B) 340.45º 0.49% 0.71% -
XYZ 25.95 18.54 19.98 -
YUV 120.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 180 91 120 0 0.49 0.33 0.29 340.45 0.37 0.53
Hex B4 5B 78 0 31 21 1D 154 25 35
Octal 264 133 170 0 61 41 35 524 45 65
Binary 10110100 1011011 1111000 0 110001 100001 11101 101010100 100101 110101

Color Harmonies of #B45B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B78

Black with #B45B78

Text Example


Text Example

White with #B45B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B78; }

 p { color: rgb(180,91,120); }

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

background-color css

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

 a { background-color: rgb(180,91,120); }

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

border-color css

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

 span { border-color: rgb(180,91,120); }

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