Html Css Color HEX #B34F73 Royal Heath

📋 copy color: '#B34F73'

red 179 ◦ green 79 ◦ blue 115

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

Shades of Royal Heath #B34F73

Tints of Royal Heath #B34F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 47.99%
G = 21.18%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34F73 (or 0xB34F73) is known color: Royal Heath. HEX triplet: B3, 4F and 73. RGB value is (179,79,115). Sum of RGB (Red+Green+Blue) = 179+79+115=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F73 is #4CB08C. Grayscale: #707070. Windows color (decimal): -5025933 or 7557043. OLE color: 7557043.

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

Color convert

RGB 179 79 115 -
CMYK 0 0.56 0.36 0.30
HSL 338.4º 0.4% 0.51% -
HSV(B) 338.4º 0.56% 0.7% -
XYZ 24.48 16.41 18.1 -
YUV 113 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 179 79 115 0 0.56 0.36 0.30 338.4 0.4 0.51
Hex B3 4F 73 0 38 24 1E 152 28 33
Octal 263 117 163 0 70 44 36 522 50 63
Binary 10110011 1001111 1110011 0 111000 100100 11110 101010010 101000 110011

Color Harmonies of #B34F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F73

Black with #B34F73

Text Example


Text Example

White with #B34F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F73; }

 p { color: rgb(179,79,115); }

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

background-color css

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

 a { background-color: rgb(179,79,115); }

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

border-color css

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

 span { border-color: rgb(179,79,115); }

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