Html Css Color HEX #B4445D Hippie Pink

📋 copy color: '#B4445D'

red 180 ◦ green 68 ◦ blue 93

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

Shades of Hippie Pink #B4445D

Tints of Hippie Pink #B4445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 52.79%
G = 19.94%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4445D (or 0xB4445D) is known color: Hippie Pink. HEX triplet: B4, 44 and 5D. RGB value is (180,68,93). Sum of RGB (Red+Green+Blue) = 180+68+93=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4445D is #4BBBA2. Grayscale: #686868. Windows color (decimal): -4963235 or 6112436. OLE color: 6112436.

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

Color convert

RGB 180 68 93 -
CMYK 0 0.62 0.48 0.29
HSL 346.61º 0.45% 0.49% -
HSV(B) 346.61º 0.62% 0.71% -
XYZ 22.87 14.63 11.97 -
YUV 104.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 180 68 93 0 0.62 0.48 0.29 346.61 0.45 0.49
Hex B4 44 5D 0 3E 30 1D 15B 2D 31
Octal 264 104 135 0 76 60 35 533 55 61
Binary 10110100 1000100 1011101 0 111110 110000 11101 101011011 101101 110001

Color Harmonies of #B4445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4445D

Black with #B4445D

Text Example


Text Example

White with #B4445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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