Html Css Color HEX #B14449 Hippie Pink

📋 copy color: '#B14449'

red 177 ◦ green 68 ◦ blue 73

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

Shades of Hippie Pink #B14449

Tints of Hippie Pink #B14449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 55.66%
G = 21.38%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B14449 (or 0xB14449) is known color: Hippie Pink. HEX triplet: B1, 44 and 49. RGB value is (177,68,73). Sum of RGB (Red+Green+Blue) = 177+68+73=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B14449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14449 is #4EBBB6. Grayscale: #656565. Windows color (decimal): -5159863 or 4801713. OLE color: 4801713.

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

Color convert

RGB 177 68 73 -
CMYK 0 0.62 0.59 0.31
HSL 357.25º 0.44% 0.48% -
HSV(B) 357.25º 0.62% 0.69% -
XYZ 21.4 13.96 7.87 -
YUV 101.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 177 68 73 0 0.62 0.59 0.31 357.25 0.44 0.48
Hex B1 44 49 0 3E 3B 1F 165 2C 30
Octal 261 104 111 0 76 73 37 545 54 60
Binary 10110001 1000100 1001001 0 111110 111011 11111 101100101 101100 110000

Color Harmonies of #B14449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14449

Black with #B14449

Text Example


Text Example

White with #B14449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14449; }

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

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

background-color css

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

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

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

border-color css

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

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

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