Html Css Color HEX #B1445D Hippie Pink

📋 copy color: '#B1445D'

red 177 ◦ green 68 ◦ blue 93

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

Shades of Hippie Pink #B1445D

Tints of Hippie Pink #B1445D

RGB

 RED value IS 177 (69.53% from 255) = 52.37%

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

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

R = 52.37%
G = 20.12%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1445D (or 0xB1445D) is known color: Hippie Pink. HEX triplet: B1, 44 and 5D. RGB value is (177,68,93). Sum of RGB (Red+Green+Blue) = 177+68+93=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1445D is #4EBBA2. Grayscale: #676767. Windows color (decimal): -5159843 or 6112433. OLE color: 6112433.

HSL color Cylindrical-coordinate representation of color #B1445D: hue angle of 346.24º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1445D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 93 -
CMYK 0 0.62 0.47 0.31
HSL 346.24º 0.44% 0.48% -
HSV(B) 346.24º 0.62% 0.69% -
XYZ 22.17 14.27 11.94 -
YUV 103.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 177 68 93 0 0.62 0.47 0.31 346.24 0.44 0.48
Hex B1 44 5D 0 3E 2F 1F 15A 2C 30
Octal 261 104 135 0 76 57 37 532 54 60
Binary 10110001 1000100 1011101 0 111110 101111 11111 101011010 101100 110000

Color Harmonies of #B1445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1445D

Black with #B1445D

Text Example


Text Example

White with #B1445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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