Html Css Color HEX #B14448 Hippie Pink

📋 copy color: '#B14448'

red 177 ◦ green 68 ◦ blue 72

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

Shades of Hippie Pink #B14448

Tints of Hippie Pink #B14448

RGB

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

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

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

R = 55.84%
G = 21.45%
B = 22.71%

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

#B14448 (or 0xB14448) is known color: Hippie Pink. HEX triplet: B1, 44 and 48. RGB value is (177,68,72). Sum of RGB (Red+Green+Blue) = 177+68+72=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B14448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14448 is #4EBBB7. Grayscale: #656565. Windows color (decimal): -5159864 or 4736177. OLE color: 4736177.

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

Color convert

RGB 177 68 72 -
CMYK 0 0.62 0.59 0.31
HSL 357.8º 0.44% 0.48% -
HSV(B) 357.8º 0.62% 0.69% -
XYZ 21.37 13.95 7.7 -
YUV 101.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 177 68 72 0 0.62 0.59 0.31 357.8 0.44 0.48
Hex B1 44 48 0 3E 3B 1F 166 2C 30
Octal 261 104 110 0 76 73 37 546 54 60
Binary 10110001 1000100 1001000 0 111110 111011 11111 101100110 101100 110000

Color Harmonies of #B14448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14448

Black with #B14448

Text Example


Text Example

White with #B14448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14448; }

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

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

background-color css

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

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

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

border-color css

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

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

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