Html Css Color HEX #B44076 Royal Heath

📋 copy color: '#B44076'

red 180 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #B44076

Tints of Royal Heath #B44076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 49.72%
G = 17.68%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B44076 (or 0xB44076) is known color: Royal Heath. HEX triplet: B4, 40 and 76. RGB value is (180,64,118). Sum of RGB (Red+Green+Blue) = 180+64+118=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B44076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44076 is #4BBF89. Grayscale: #686868. Windows color (decimal): -4964234 or 7749812. OLE color: 7749812.

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

Color convert

RGB 180 64 118 -
CMYK 0 0.64 0.34 0.29
HSL 332.07º 0.48% 0.48% -
HSV(B) 332.07º 0.64% 0.71% -
XYZ 23.93 14.68 18.71 -
YUV 104.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 180 64 118 0 0.64 0.34 0.29 332.07 0.48 0.48
Hex B4 40 76 0 40 22 1D 14C 30 30
Octal 264 100 166 0 100 42 35 514 60 60
Binary 10110100 1000000 1110110 0 1000000 100010 11101 101001100 110000 110000

Color Harmonies of #B44076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44076

Black with #B44076

Text Example


Text Example

White with #B44076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44076; }

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

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

background-color css

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

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

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

border-color css

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

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

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