Html Css Color HEX #B34372 Royal Heath

📋 copy color: '#B34372'

red 179 ◦ green 67 ◦ blue 114

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

Shades of Royal Heath #B34372

Tints of Royal Heath #B34372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 49.72%
G = 18.61%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34372 (or 0xB34372) is known color: Royal Heath. HEX triplet: B3, 43 and 72. RGB value is (179,67,114). Sum of RGB (Red+Green+Blue) = 179+67+114=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B34372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34372 is #4CBC8D. Grayscale: #696969. Windows color (decimal): -5029006 or 7488435. OLE color: 7488435.

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

Color convert

RGB 179 67 114 -
CMYK 0 0.63 0.36 0.30
HSL 334.82º 0.46% 0.48% -
HSV(B) 334.82º 0.63% 0.7% -
XYZ 23.63 14.81 17.53 -
YUV 105.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 179 67 114 0 0.63 0.36 0.30 334.82 0.46 0.48
Hex B3 43 72 0 3F 24 1E 14F 2E 30
Octal 263 103 162 0 77 44 36 517 56 60
Binary 10110011 1000011 1110010 0 111111 100100 11110 101001111 101110 110000

Color Harmonies of #B34372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34372

Black with #B34372

Text Example


Text Example

White with #B34372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34372; }

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

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

background-color css

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

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

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

border-color css

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

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

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