Html Css Color HEX #B45473 Royal Heath

📋 copy color: '#B45473'

red 180 ◦ green 84 ◦ blue 115

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

Shades of Royal Heath #B45473

Tints of Royal Heath #B45473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 47.49%
G = 22.16%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B45473 (or 0xB45473) is known color: Royal Heath. HEX triplet: B4, 54 and 73. RGB value is (180,84,115). Sum of RGB (Red+Green+Blue) = 180+84+115=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B45473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45473 is #4BAB8C. Grayscale: #747474. Windows color (decimal): -4959117 or 7558324. OLE color: 7558324.

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

Color convert

RGB 180 84 115 -
CMYK 0 0.53 0.36 0.29
HSL 340.63º 0.39% 0.52% -
HSV(B) 340.63º 0.53% 0.71% -
XYZ 25.09 17.28 18.23 -
YUV 116.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 180 84 115 0 0.53 0.36 0.29 340.63 0.39 0.52
Hex B4 54 73 0 35 24 1D 155 27 34
Octal 264 124 163 0 65 44 35 525 47 64
Binary 10110100 1010100 1110011 0 110101 100100 11101 101010101 100111 110100

Color Harmonies of #B45473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45473

Black with #B45473

Text Example


Text Example

White with #B45473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45473; }

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

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

background-color css

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

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

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

border-color css

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

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

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