Html Css Color HEX #B45676 Royal Heath

📋 copy color: '#B45676'

red 180 ◦ green 86 ◦ blue 118

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

Shades of Royal Heath #B45676

Tints of Royal Heath #B45676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 46.88%
G = 22.4%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B45676 (or 0xB45676) is known color: Royal Heath. HEX triplet: B4, 56 and 76. RGB value is (180,86,118). Sum of RGB (Red+Green+Blue) = 180+86+118=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B45676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45676 is #4BA989. Grayscale: #757575. Windows color (decimal): -4958602 or 7755444. OLE color: 7755444.

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

Color convert

RGB 180 86 118 -
CMYK 0 0.52 0.34 0.29
HSL 339.57º 0.39% 0.52% -
HSV(B) 339.57º 0.52% 0.71% -
XYZ 25.42 17.67 19.21 -
YUV 117.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 180 86 118 0 0.52 0.34 0.29 339.57 0.39 0.52
Hex B4 56 76 0 34 22 1D 154 27 34
Octal 264 126 166 0 64 42 35 524 47 64
Binary 10110100 1010110 1110110 0 110100 100010 11101 101010100 100111 110100

Color Harmonies of #B45676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45676

Black with #B45676

Text Example


Text Example

White with #B45676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45676; }

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

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

background-color css

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

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

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

border-color css

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

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

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