Html Css Color HEX #B4465D Hippie Pink

📋 copy color: '#B4465D'

red 180 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #B4465D

Tints of Hippie Pink #B4465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 52.48%
G = 20.41%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4465D (or 0xB4465D) is known color: Hippie Pink. HEX triplet: B4, 46 and 5D. RGB value is (180,70,93). Sum of RGB (Red+Green+Blue) = 180+70+93=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4465D is #4BB9A2. Grayscale: #696969. Windows color (decimal): -4962723 or 6112948. OLE color: 6112948.

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

Color convert

RGB 180 70 93 -
CMYK 0 0.61 0.48 0.29
HSL 347.45º 0.44% 0.49% -
HSV(B) 347.45º 0.61% 0.71% -
XYZ 22.99 14.87 12.02 -
YUV 105.51 120.94 181.13 -
System Red Green Blue C M Y K H S L
Decimal 180 70 93 0 0.61 0.48 0.29 347.45 0.44 0.49
Hex B4 46 5D 0 3D 30 1D 15B 2C 31
Octal 264 106 135 0 75 60 35 533 54 61
Binary 10110100 1000110 1011101 0 111101 110000 11101 101011011 101100 110001

Color Harmonies of #B4465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4465D

Black with #B4465D

Text Example


Text Example

White with #B4465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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