#B14548

Color #B14548 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B14548

Tints of Hippie Pink #B14548

Color information

#B14548 (or 0xB14548) is unknown color: approx 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

RGB1776972-
CMYK00.610.590.31
HSL358.33º43.9%48.24%-
HSV(B)358.33º61.02%69.41%-
XYZ21.4314.077.72-
YUV101.63111.28181.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=55.66%
G=21.70%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177697200.610.590.31358.3343.948.24
HexB1454803D3B1F1662c30
Octal26110511007573375465460
Binary1011000110001011001000011110111101111111101100110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>