Html Css Color HEX #B45271 Royal Heath

📋 copy color: '#B45271'

red 180 ◦ green 82 ◦ blue 113

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

Shades of Royal Heath #B45271

Tints of Royal Heath #B45271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 48%
G = 21.87%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B45271 (or 0xB45271) is known color: Royal Heath. HEX triplet: B4, 52 and 71. RGB value is (180,82,113). Sum of RGB (Red+Green+Blue) = 180+82+113=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B45271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45271 is #4BAD8E. Grayscale: #727272. Windows color (decimal): -4959631 or 7426740. OLE color: 7426740.

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

Color convert

RGB 180 82 113 -
CMYK 0 0.54 0.37 0.29
HSL 341.02º 0.4% 0.51% -
HSV(B) 341.02º 0.54% 0.71% -
XYZ 24.82 16.93 17.58 -
YUV 114.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 180 82 113 0 0.54 0.37 0.29 341.02 0.4 0.51
Hex B4 52 71 0 36 25 1D 155 28 33
Octal 264 122 161 0 66 45 35 525 50 63
Binary 10110100 1010010 1110001 0 110110 100101 11101 101010101 101000 110011

Color Harmonies of #B45271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45271

Black with #B45271

Text Example


Text Example

White with #B45271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45271; }

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

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

background-color css

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

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

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

border-color css

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

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

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