Html Css Color HEX #B45477 Royal Heath

📋 copy color: '#B45477'

red 180 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #B45477

Tints of Royal Heath #B45477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 47%
G = 21.93%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B45477 (or 0xB45477) is known color: Royal Heath. HEX triplet: B4, 54 and 77. RGB value is (180,84,119). Sum of RGB (Red+Green+Blue) = 180+84+119=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B45477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45477 is #4BAB88. Grayscale: #747474. Windows color (decimal): -4959113 or 7820468. OLE color: 7820468.

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

Color convert

RGB 180 84 119 -
CMYK 0 0.53 0.34 0.29
HSL 338.13º 0.39% 0.52% -
HSV(B) 338.13º 0.53% 0.71% -
XYZ 25.32 17.38 19.47 -
YUV 116.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 180 84 119 0 0.53 0.34 0.29 338.13 0.39 0.52
Hex B4 54 77 0 35 22 1D 152 27 34
Octal 264 124 167 0 65 42 35 522 47 64
Binary 10110100 1010100 1110111 0 110101 100010 11101 101010010 100111 110100

Color Harmonies of #B45477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45477

Black with #B45477

Text Example


Text Example

White with #B45477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45477; }

 p { color: rgb(180,84,119); }

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

background-color css

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

 a { background-color: rgb(180,84,119); }

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

border-color css

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

 span { border-color: rgb(180,84,119); }

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