Html Css Color HEX #B45C78 Royal Heath

📋 copy color: '#B45C78'

red 180 ◦ green 92 ◦ blue 120

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

Shades of Royal Heath #B45C78

Tints of Royal Heath #B45C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 45.92%
G = 23.47%
B = 30.61%

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

#B45C78 (or 0xB45C78) is known color: Royal Heath. HEX triplet: B4, 5C and 78. RGB value is (180,92,120). Sum of RGB (Red+Green+Blue) = 180+92+120=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C78 is #4BA387. Grayscale: #797979. Windows color (decimal): -4957064 or 7888052. OLE color: 7888052.

HSL color Cylindrical-coordinate representation of color #B45C78: hue angle of 340.91º 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 #B45C78 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 92 120 -
CMYK 0 0.49 0.33 0.29
HSL 340.91º 0.37% 0.53% -
HSV(B) 340.91º 0.49% 0.71% -
XYZ 26.04 18.71 20.01 -
YUV 121.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 180 92 120 0 0.49 0.33 0.29 340.91 0.37 0.53
Hex B4 5C 78 0 31 21 1D 155 25 35
Octal 264 134 170 0 61 41 35 525 45 65
Binary 10110100 1011100 1111000 0 110001 100001 11101 101010101 100101 110101

Color Harmonies of #B45C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C78

Black with #B45C78

Text Example


Text Example

White with #B45C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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