Html Css Color HEX #B34648 Hippie Pink

📋 copy color: '#B34648'

red 179 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #B34648

Tints of Hippie Pink #B34648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 55.76%
G = 21.81%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B34648 (or 0xB34648) is known color: Hippie Pink. HEX triplet: B3, 46 and 48. RGB value is (179,70,72). Sum of RGB (Red+Green+Blue) = 179+70+72=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B34648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34648 is #4CB9B7. Grayscale: #666666. Windows color (decimal): -5028280 or 4736691. OLE color: 4736691.

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

Color convert

RGB 179 70 72 -
CMYK 0 0.61 0.60 0.30
HSL 358.9º 0.44% 0.49% -
HSV(B) 358.9º 0.61% 0.7% -
XYZ 21.95 14.43 7.76 -
YUV 102.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 179 70 72 0 0.61 0.60 0.30 358.9 0.44 0.49
Hex B3 46 48 0 3D 3C 1E 167 2C 31
Octal 263 106 110 0 75 74 36 547 54 61
Binary 10110011 1000110 1001000 0 111101 111100 11110 101100111 101100 110001

Color Harmonies of #B34648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34648

Black with #B34648

Text Example


Text Example

White with #B34648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34648; }

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

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

background-color css

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

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

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

border-color css

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

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

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