Html Css Color HEX #B14548 Hippie Pink

📋 copy color: '#B14548'

red 177 ◦ green 69 ◦ blue 72

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

Shades of Hippie Pink #B14548

Tints of Hippie Pink #B14548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 55.66%
G = 21.7%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B14548 (or 0xB14548) is known color: Hippie Pink. HEX triplet: B1, 45 and 48. RGB value is (177,69,72). Sum of RGB (Red+Green+Blue) = 177+69+72=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B14548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14548 is #4EBAB7. Grayscale: #656565. Windows color (decimal): -5159608 or 4736433. OLE color: 4736433.

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

Color convert

RGB 177 69 72 -
CMYK 0 0.61 0.59 0.31
HSL 358.33º 0.44% 0.48% -
HSV(B) 358.33º 0.61% 0.69% -
XYZ 21.43 14.07 7.72 -
YUV 101.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 177 69 72 0 0.61 0.59 0.31 358.33 0.44 0.48
Hex B1 45 48 0 3D 3B 1F 166 2C 30
Octal 261 105 110 0 75 73 37 546 54 60
Binary 10110001 1000101 1001000 0 111101 111011 11111 101100110 101100 110000

Color Harmonies of #B14548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14548

Black with #B14548

Text Example


Text Example

White with #B14548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14548; }

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

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

background-color css

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

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

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

border-color css

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

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

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