Html Css Color HEX #B3464C Hippie Pink

📋 copy color: '#B3464C'

red 179 ◦ green 70 ◦ blue 76

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

Shades of Hippie Pink #B3464C

Tints of Hippie Pink #B3464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 55.08%
G = 21.54%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3464C (or 0xB3464C) is known color: Hippie Pink. HEX triplet: B3, 46 and 4C. RGB value is (179,70,76). Sum of RGB (Red+Green+Blue) = 179+70+76=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3464C is #4CB9B3. Grayscale: #676767. Windows color (decimal): -5028276 or 4998835. OLE color: 4998835.

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

Color convert

RGB 179 70 76 -
CMYK 0 0.61 0.58 0.30
HSL 356.7º 0.44% 0.49% -
HSV(B) 356.7º 0.61% 0.7% -
XYZ 22.09 14.49 8.47 -
YUV 103.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 179 70 76 0 0.61 0.58 0.30 356.7 0.44 0.49
Hex B3 46 4C 0 3D 3A 1E 165 2C 31
Octal 263 106 114 0 75 72 36 545 54 61
Binary 10110011 1000110 1001100 0 111101 111010 11110 101100101 101100 110001

Color Harmonies of #B3464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3464C

Black with #B3464C

Text Example


Text Example

White with #B3464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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