Html Css Color HEX #B1454E Hippie Pink

📋 copy color: '#B1454E'

red 177 ◦ green 69 ◦ blue 78

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

Shades of Hippie Pink #B1454E

Tints of Hippie Pink #B1454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 54.63%
G = 21.3%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1454E (or 0xB1454E) is known color: Hippie Pink. HEX triplet: B1, 45 and 4E. RGB value is (177,69,78). Sum of RGB (Red+Green+Blue) = 177+69+78=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1454E is #4EBAB1. Grayscale: #666666. Windows color (decimal): -5159602 or 5129649. OLE color: 5129649.

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

Color convert

RGB 177 69 78 -
CMYK 0 0.61 0.56 0.31
HSL 355º 0.44% 0.48% -
HSV(B) 355º 0.61% 0.69% -
XYZ 21.63 14.15 8.8 -
YUV 102.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 177 69 78 0 0.61 0.56 0.31 355 0.44 0.48
Hex B1 45 4E 0 3D 38 1F 163 2C 30
Octal 261 105 116 0 75 70 37 543 54 60
Binary 10110001 1000101 1001110 0 111101 111000 11111 101100011 101100 110000

Color Harmonies of #B1454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1454E

Black with #B1454E

Text Example


Text Example

White with #B1454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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