Html Css Color HEX #B45273 Royal Heath

📋 copy color: '#B45273'

red 180 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #B45273

Tints of Royal Heath #B45273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 47.75%
G = 21.75%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B45273 (or 0xB45273) is known color: Royal Heath. HEX triplet: B4, 52 and 73. RGB value is (180,82,115). Sum of RGB (Red+Green+Blue) = 180+82+115=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B45273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45273 is #4BAD8C. Grayscale: #737373. Windows color (decimal): -4959629 or 7557812. OLE color: 7557812.

HSL color Cylindrical-coordinate representation of color #B45273: hue angle of 339.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45273 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 115 -
CMYK 0 0.54 0.36 0.29
HSL 339.8º 0.4% 0.51% -
HSV(B) 339.8º 0.54% 0.71% -
XYZ 24.93 16.98 18.18 -
YUV 115.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 180 82 115 0 0.54 0.36 0.29 339.8 0.4 0.51
Hex B4 52 73 0 36 24 1D 154 28 33
Octal 264 122 163 0 66 44 35 524 50 63
Binary 10110100 1010010 1110011 0 110110 100100 11101 101010100 101000 110011

Color Harmonies of #B45273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45273

Black with #B45273

Text Example


Text Example

White with #B45273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45273; }

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

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

background-color css

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

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

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

border-color css

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

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

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