Html Css Color HEX #B1434E Hippie Pink

📋 copy color: '#B1434E'

red 177 ◦ green 67 ◦ blue 78

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

Shades of Hippie Pink #B1434E

Tints of Hippie Pink #B1434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

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

R = 54.97%
G = 20.81%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1434E (or 0xB1434E) is known color: Hippie Pink. HEX triplet: B1, 43 and 4E. RGB value is (177,67,78). Sum of RGB (Red+Green+Blue) = 177+67+78=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1434E is #4EBCB1. Grayscale: #656565. Windows color (decimal): -5160114 or 5129137. OLE color: 5129137.

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

Color convert

RGB 177 67 78 -
CMYK 0 0.62 0.56 0.31
HSL 354º 0.45% 0.48% -
HSV(B) 354º 0.62% 0.69% -
XYZ 21.51 13.91 8.76 -
YUV 101.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 177 67 78 0 0.62 0.56 0.31 354 0.45 0.48
Hex B1 43 4E 0 3E 38 1F 162 2D 30
Octal 261 103 116 0 76 70 37 542 55 60
Binary 10110001 1000011 1001110 0 111110 111000 11111 101100010 101101 110000

Color Harmonies of #B1434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1434E

Black with #B1434E

Text Example


Text Example

White with #B1434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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