Html Css Color HEX #B45071 Royal Heath

📋 copy color: '#B45071'

red 180 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #B45071

Tints of Royal Heath #B45071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 48.26%
G = 21.45%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B45071 (or 0xB45071) is known color: Royal Heath. HEX triplet: B4, 50 and 71. RGB value is (180,80,113). Sum of RGB (Red+Green+Blue) = 180+80+113=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B45071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45071 is #4BAF8E. Grayscale: #717171. Windows color (decimal): -4960143 or 7426228. OLE color: 7426228.

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

Color convert

RGB 180 80 113 -
CMYK 0 0.56 0.37 0.29
HSL 340.2º 0.4% 0.51% -
HSV(B) 340.2º 0.56% 0.71% -
XYZ 24.67 16.63 17.53 -
YUV 113.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 180 80 113 0 0.56 0.37 0.29 340.2 0.4 0.51
Hex B4 50 71 0 38 25 1D 154 28 33
Octal 264 120 161 0 70 45 35 524 50 63
Binary 10110100 1010000 1110001 0 111000 100101 11101 101010100 101000 110011

Color Harmonies of #B45071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45071

Black with #B45071

Text Example


Text Example

White with #B45071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45071; }

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

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

background-color css

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

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

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

border-color css

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

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

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