Html Css Color HEX #B34872 Royal Heath

📋 copy color: '#B34872'

red 179 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #B34872

Tints of Royal Heath #B34872

RGB

 RED value IS 179 (70.31% from 255) = 49.04%

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 49.04%
G = 19.73%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34872 (or 0xB34872) is known color: Royal Heath. HEX triplet: B3, 48 and 72. RGB value is (179,72,114). Sum of RGB (Red+Green+Blue) = 179+72+114=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34872 is #4CB78D. Grayscale: #6C6C6C. Windows color (decimal): -5027726 or 7489715. OLE color: 7489715.

HSL color Cylindrical-coordinate representation of color #B34872: hue angle of 336.45º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34872 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 114 -
CMYK 0 0.60 0.36 0.30
HSL 336.45º 0.43% 0.49% -
HSV(B) 336.45º 0.6% 0.7% -
XYZ 23.95 15.43 17.64 -
YUV 108.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 179 72 114 0 0.60 0.36 0.30 336.45 0.43 0.49
Hex B3 48 72 0 3C 24 1E 150 2B 31
Octal 263 110 162 0 74 44 36 520 53 61
Binary 10110011 1001000 1110010 0 111100 100100 11110 101010000 101011 110001

Color Harmonies of #B34872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34872

Black with #B34872

Text Example


Text Example

White with #B34872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34872; }

 p { color: rgb(179,72,114); }

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

background-color css

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

 a { background-color: rgb(179,72,114); }

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

border-color css

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

 span { border-color: rgb(179,72,114); }

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