Html Css Color HEX #B34C72 Royal Heath

📋 copy color: '#B34C72'

red 179 ◦ green 76 ◦ blue 114

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

Shades of Royal Heath #B34C72

Tints of Royal Heath #B34C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 48.51%
G = 20.6%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34C72 (or 0xB34C72) is known color: Royal Heath. HEX triplet: B3, 4C and 72. RGB value is (179,76,114). Sum of RGB (Red+Green+Blue) = 179+76+114=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C72 is #4CB38D. Grayscale: #6F6F6F. Windows color (decimal): -5026702 or 7490739. OLE color: 7490739.

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

Color convert

RGB 179 76 114 -
CMYK 0 0.58 0.36 0.30
HSL 337.86º 0.4% 0.5% -
HSV(B) 337.86º 0.58% 0.7% -
XYZ 24.21 15.97 17.73 -
YUV 111.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 179 76 114 0 0.58 0.36 0.30 337.86 0.4 0.5
Hex B3 4C 72 0 3A 24 1E 152 28 32
Octal 263 114 162 0 72 44 36 522 50 62
Binary 10110011 1001100 1110010 0 111010 100100 11110 101010010 101000 110010

Color Harmonies of #B34C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C72

Black with #B34C72

Text Example


Text Example

White with #B34C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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