Html Css Color HEX #B34359 Hippie Pink

📋 copy color: '#B34359'

red 179 ◦ green 67 ◦ blue 89

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

Shades of Hippie Pink #B34359

Tints of Hippie Pink #B34359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 53.43%
G = 20%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B34359 (or 0xB34359) is known color: Hippie Pink. HEX triplet: B3, 43 and 59. RGB value is (179,67,89). Sum of RGB (Red+Green+Blue) = 179+67+89=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B34359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34359 is #4CBCA6. Grayscale: #676767. Windows color (decimal): -5029031 or 5850035. OLE color: 5850035.

HSL color Cylindrical-coordinate representation of color #B34359: hue angle of 348.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34359 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 89 -
CMYK 0 0.63 0.50 0.30
HSL 348.21º 0.46% 0.48% -
HSV(B) 348.21º 0.63% 0.7% -
XYZ 22.4 14.32 11.03 -
YUV 103 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 179 67 89 0 0.63 0.50 0.30 348.21 0.46 0.48
Hex B3 43 59 0 3F 32 1E 15C 2E 30
Octal 263 103 131 0 77 62 36 534 56 60
Binary 10110011 1000011 1011001 0 111111 110010 11110 101011100 101110 110000

Color Harmonies of #B34359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34359

Black with #B34359

Text Example


Text Example

White with #B34359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34359; }

 p { color: rgb(179,67,89); }

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

background-color css

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

 a { background-color: rgb(179,67,89); }

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

border-color css

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

 span { border-color: rgb(179,67,89); }

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