Html Css Color HEX #B34748 Hippie Pink

📋 copy color: '#B34748'

red 179 ◦ green 71 ◦ blue 72

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

Shades of Hippie Pink #B34748

Tints of Hippie Pink #B34748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 72 (28.52% from 255) = 22.36%

R = 55.59%
G = 22.05%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B34748 (or 0xB34748) is known color: Hippie Pink. HEX triplet: B3, 47 and 48. RGB value is (179,71,72). Sum of RGB (Red+Green+Blue) = 179+71+72=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B34748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34748 is #4CB8B7. Grayscale: #676767. Windows color (decimal): -5028024 or 4736947. OLE color: 4736947.

HSL color Cylindrical-coordinate representation of color #B34748: hue angle of 359.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34748 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 72 -
CMYK 0 0.60 0.60 0.30
HSL 359.44º 0.43% 0.49% -
HSV(B) 359.44º 0.6% 0.7% -
XYZ 22.01 14.56 7.78 -
YUV 103.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 179 71 72 0 0.60 0.60 0.30 359.44 0.43 0.49
Hex B3 47 48 0 3C 3C 1E 167 2B 31
Octal 263 107 110 0 74 74 36 547 53 61
Binary 10110011 1000111 1001000 0 111100 111100 11110 101100111 101011 110001

Color Harmonies of #B34748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34748

Black with #B34748

Text Example


Text Example

White with #B34748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34748; }

 p { color: rgb(179,71,72); }

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

background-color css

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

 a { background-color: rgb(179,71,72); }

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

border-color css

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

 span { border-color: rgb(179,71,72); }

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