Html Css Color HEX #B45277 Royal Heath

📋 copy color: '#B45277'

red 180 ◦ green 82 ◦ blue 119

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

Shades of Royal Heath #B45277

Tints of Royal Heath #B45277

RGB

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

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

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

R = 47.24%
G = 21.52%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B45277 (or 0xB45277) is known color: Royal Heath. HEX triplet: B4, 52 and 77. RGB value is (180,82,119). Sum of RGB (Red+Green+Blue) = 180+82+119=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45277 is #4BAD88. Grayscale: #737373. Windows color (decimal): -4959625 or 7819956. OLE color: 7819956.

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

Color convert

RGB 180 82 119 -
CMYK 0 0.54 0.34 0.29
HSL 337.35º 0.4% 0.51% -
HSV(B) 337.35º 0.54% 0.71% -
XYZ 25.17 17.07 19.42 -
YUV 115.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 180 82 119 0 0.54 0.34 0.29 337.35 0.4 0.51
Hex B4 52 77 0 36 22 1D 151 28 33
Octal 264 122 167 0 66 42 35 521 50 63
Binary 10110100 1010010 1110111 0 110110 100010 11101 101010001 101000 110011

Color Harmonies of #B45277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45277

Black with #B45277

Text Example


Text Example

White with #B45277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45277; }

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

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

background-color css

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

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

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

border-color css

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

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

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