Html Css Color HEX #B34853 Hippie Pink

📋 copy color: '#B34853'

red 179 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #B34853

Tints of Hippie Pink #B34853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 53.59%
G = 21.56%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B34853 (or 0xB34853) is known color: Hippie Pink. HEX triplet: B3, 48 and 53. RGB value is (179,72,83). Sum of RGB (Red+Green+Blue) = 179+72+83=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34853 is #4CB7AC. Grayscale: #696969. Windows color (decimal): -5027757 or 5458099. OLE color: 5458099.

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

Color convert

RGB 179 72 83 -
CMYK 0 0.60 0.54 0.30
HSL 353.83º 0.43% 0.49% -
HSV(B) 353.83º 0.6% 0.7% -
XYZ 22.47 14.84 9.86 -
YUV 105.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 179 72 83 0 0.60 0.54 0.30 353.83 0.43 0.49
Hex B3 48 53 0 3C 36 1E 162 2B 31
Octal 263 110 123 0 74 66 36 542 53 61
Binary 10110011 1001000 1010011 0 111100 110110 11110 101100010 101011 110001

Color Harmonies of #B34853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34853

Black with #B34853

Text Example


Text Example

White with #B34853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34853; }

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

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

background-color css

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

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

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

border-color css

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

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

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