Html Css Color HEX #B44275 Royal Heath

📋 copy color: '#B44275'

red 180 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #B44275

Tints of Royal Heath #B44275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 49.59%
G = 18.18%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B44275 (or 0xB44275) is known color: Royal Heath. HEX triplet: B4, 42 and 75. RGB value is (180,66,117). Sum of RGB (Red+Green+Blue) = 180+66+117=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B44275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44275 is #4BBD8A. Grayscale: #696969. Windows color (decimal): -4963723 or 7684788. OLE color: 7684788.

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

Color convert

RGB 180 66 117 -
CMYK 0 0.63 0.35 0.29
HSL 333.16º 0.46% 0.48% -
HSV(B) 333.16º 0.63% 0.71% -
XYZ 23.98 14.88 18.44 -
YUV 105.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 180 66 117 0 0.63 0.35 0.29 333.16 0.46 0.48
Hex B4 42 75 0 3F 23 1D 14D 2E 30
Octal 264 102 165 0 77 43 35 515 56 60
Binary 10110100 1000010 1110101 0 111111 100011 11101 101001101 101110 110000

Color Harmonies of #B44275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44275

Black with #B44275

Text Example


Text Example

White with #B44275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44275; }

 p { color: rgb(180,66,117); }

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

background-color css

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

 a { background-color: rgb(180,66,117); }

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

border-color css

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

 span { border-color: rgb(180,66,117); }

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