Html Css Color HEX #B34F74 Royal Heath

📋 copy color: '#B34F74'

red 179 ◦ green 79 ◦ blue 116

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

Shades of Royal Heath #B34F74

Tints of Royal Heath #B34F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 47.86%
G = 21.12%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34F74 (or 0xB34F74) is known color: Royal Heath. HEX triplet: B3, 4F and 74. RGB value is (179,79,116). Sum of RGB (Red+Green+Blue) = 179+79+116=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F74 is #4CB08B. Grayscale: #717171. Windows color (decimal): -5025932 or 7622579. OLE color: 7622579.

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

Color convert

RGB 179 79 116 -
CMYK 0 0.56 0.35 0.30
HSL 337.8º 0.4% 0.51% -
HSV(B) 337.8º 0.56% 0.7% -
XYZ 24.54 16.44 18.4 -
YUV 113.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 179 79 116 0 0.56 0.35 0.30 337.8 0.4 0.51
Hex B3 4F 74 0 38 23 1E 152 28 33
Octal 263 117 164 0 70 43 36 522 50 63
Binary 10110011 1001111 1110100 0 111000 100011 11110 101010010 101000 110011

Color Harmonies of #B34F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F74

Black with #B34F74

Text Example


Text Example

White with #B34F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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