Html Css Color HEX #B45976 Royal Heath

📋 copy color: '#B45976'

red 180 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #B45976

Tints of Royal Heath #B45976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 46.51%
G = 23%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B45976 (or 0xB45976) is known color: Royal Heath. HEX triplet: B4, 59 and 76. RGB value is (180,89,118). Sum of RGB (Red+Green+Blue) = 180+89+118=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B45976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45976 is #4BA689. Grayscale: #777777. Windows color (decimal): -4957834 or 7756212. OLE color: 7756212.

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

Color convert

RGB 180 89 118 -
CMYK 0 0.51 0.34 0.29
HSL 340.88º 0.38% 0.53% -
HSV(B) 340.88º 0.51% 0.71% -
XYZ 25.66 18.16 19.29 -
YUV 119.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 180 89 118 0 0.51 0.34 0.29 340.88 0.38 0.53
Hex B4 59 76 0 33 22 1D 155 26 35
Octal 264 131 166 0 63 42 35 525 46 65
Binary 10110100 1011001 1110110 0 110011 100010 11101 101010101 100110 110101

Color Harmonies of #B45976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45976

Black with #B45976

Text Example


Text Example

White with #B45976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45976; }

 p { color: rgb(180,89,118); }

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

background-color css

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

 a { background-color: rgb(180,89,118); }

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

border-color css

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

 span { border-color: rgb(180,89,118); }

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