Html Css Color HEX #B34376 Royal Heath

📋 copy color: '#B34376'

red 179 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #B34376

Tints of Royal Heath #B34376

RGB

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

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

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

R = 49.18%
G = 18.41%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B34376 (or 0xB34376) is known color: Royal Heath. HEX triplet: B3, 43 and 76. RGB value is (179,67,118). Sum of RGB (Red+Green+Blue) = 179+67+118=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34376 is #4CBC89. Grayscale: #6A6A6A. Windows color (decimal): -5029002 or 7750579. OLE color: 7750579.

HSL color Cylindrical-coordinate representation of color #B34376: hue angle of 332.68º 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 #B34376 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 118 -
CMYK 0 0.63 0.34 0.30
HSL 332.68º 0.46% 0.48% -
HSV(B) 332.68º 0.63% 0.7% -
XYZ 23.87 14.91 18.76 -
YUV 106.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 179 67 118 0 0.63 0.34 0.30 332.68 0.46 0.48
Hex B3 43 76 0 3F 22 1E 14D 2E 30
Octal 263 103 166 0 77 42 36 515 56 60
Binary 10110011 1000011 1110110 0 111111 100010 11110 101001101 101110 110000

Color Harmonies of #B34376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34376

Black with #B34376

Text Example


Text Example

White with #B34376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34376; }

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

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

background-color css

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

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

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

border-color css

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

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

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