Html Css Color HEX #B44E7D Royal Heath

📋 copy color: '#B44E7D'

red 180 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #B44E7D

Tints of Royal Heath #B44E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 47%
G = 20.37%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B44E7D (or 0xB44E7D) is known color: Royal Heath. HEX triplet: B4, 4E and 7D. RGB value is (180,78,125). Sum of RGB (Red+Green+Blue) = 180+78+125=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E7D is #4BB182. Grayscale: #717171. Windows color (decimal): -4960643 or 8212148. OLE color: 8212148.

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

Color convert

RGB 180 78 125 -
CMYK 0 0.57 0.31 0.29
HSL 332.35º 0.4% 0.51% -
HSV(B) 332.35º 0.57% 0.71% -
XYZ 25.25 16.63 21.28 -
YUV 113.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 180 78 125 0 0.57 0.31 0.29 332.35 0.4 0.51
Hex B4 4E 7D 0 39 1F 1D 14C 28 33
Octal 264 116 175 0 71 37 35 514 50 63
Binary 10110100 1001110 1111101 0 111001 11111 11101 101001100 101000 110011

Color Harmonies of #B44E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44E7D

Black with #B44E7D

Text Example


Text Example

White with #B44E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44E7D; }

 p { color: rgb(180,78,125); }

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

background-color css

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

 a { background-color: rgb(180,78,125); }

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

border-color css

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

 span { border-color: rgb(180,78,125); }

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