Html Css Color HEX #B4464C Hippie Pink

📋 copy color: '#B4464C'

red 180 ◦ green 70 ◦ blue 76

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

Shades of Hippie Pink #B4464C

Tints of Hippie Pink #B4464C

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

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

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

R = 55.21%
G = 21.47%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4464C (or 0xB4464C) is known color: Hippie Pink. HEX triplet: B4, 46 and 4C. RGB value is (180,70,76). Sum of RGB (Red+Green+Blue) = 180+70+76=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4464C is #4BB9B3. Grayscale: #676767. Windows color (decimal): -4962740 or 4998836. OLE color: 4998836.

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

Color convert

RGB 180 70 76 -
CMYK 0 0.61 0.58 0.29
HSL 356.73º 0.44% 0.49% -
HSV(B) 356.73º 0.61% 0.71% -
XYZ 22.32 14.61 8.48 -
YUV 103.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 180 70 76 0 0.61 0.58 0.29 356.73 0.44 0.49
Hex B4 46 4C 0 3D 3A 1D 165 2C 31
Octal 264 106 114 0 75 72 35 545 54 61
Binary 10110100 1000110 1001100 0 111101 111010 11101 101100101 101100 110001

Color Harmonies of #B4464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4464C

Black with #B4464C

Text Example


Text Example

White with #B4464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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