Html Css Color HEX #B1455D Hippie Pink

📋 copy color: '#B1455D'

red 177 ◦ green 69 ◦ blue 93

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

Shades of Hippie Pink #B1455D

Tints of Hippie Pink #B1455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

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

R = 52.21%
G = 20.35%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1455D (or 0xB1455D) is known color: Hippie Pink. HEX triplet: B1, 45 and 5D. RGB value is (177,69,93). Sum of RGB (Red+Green+Blue) = 177+69+93=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1455D is #4EBAA2. Grayscale: #686868. Windows color (decimal): -5159587 or 6112689. OLE color: 6112689.

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

Color convert

RGB 177 69 93 -
CMYK 0 0.61 0.47 0.31
HSL 346.67º 0.44% 0.48% -
HSV(B) 346.67º 0.61% 0.69% -
XYZ 22.24 14.39 11.96 -
YUV 104.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 177 69 93 0 0.61 0.47 0.31 346.67 0.44 0.48
Hex B1 45 5D 0 3D 2F 1F 15B 2C 30
Octal 261 105 135 0 75 57 37 533 54 60
Binary 10110001 1000101 1011101 0 111101 101111 11111 101011011 101100 110000

Color Harmonies of #B1455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1455D

Black with #B1455D

Text Example


Text Example

White with #B1455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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