Html Css Color HEX #B44C76 Royal Heath

📋 copy color: '#B44C76'

red 180 ◦ green 76 ◦ blue 118

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

Shades of Royal Heath #B44C76

Tints of Royal Heath #B44C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

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

R = 48.13%
G = 20.32%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B44C76 (or 0xB44C76) is known color: Royal Heath. HEX triplet: B4, 4C and 76. RGB value is (180,76,118). Sum of RGB (Red+Green+Blue) = 180+76+118=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C76 is #4BB389. Grayscale: #6F6F6F. Windows color (decimal): -4961162 or 7752884. OLE color: 7752884.

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

Color convert

RGB 180 76 118 -
CMYK 0 0.58 0.34 0.29
HSL 335.77º 0.41% 0.5% -
HSV(B) 335.77º 0.58% 0.71% -
XYZ 24.68 16.18 18.96 -
YUV 111.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 180 76 118 0 0.58 0.34 0.29 335.77 0.41 0.5
Hex B4 4C 76 0 3A 22 1D 150 29 32
Octal 264 114 166 0 72 42 35 520 51 62
Binary 10110100 1001100 1110110 0 111010 100010 11101 101010000 101001 110010

Color Harmonies of #B44C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C76

Black with #B44C76

Text Example


Text Example

White with #B44C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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