#B0444D

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

Shades of Hippie Pink #B0444D

Tints of Hippie Pink #B0444D

Color information

#B0444D (or 0xB0444D) is unknown color: approx Hippie Pink. HEX triplet: B0, 44 and 4D. RGB value is (176,68,77). Sum of RGB (Red+Green+Blue) = 176+68+77=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0444D is #4FBBB2. Grayscale: #656565. Windows color (decimal): -5225395 or 5063856. OLE color: 5063856.

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

Color convert

RGB1766877-
CMYK00.610.560.31
HSL355º44.26%47.84%-
HSV(B)355º61.36%69.02%-
XYZ21.3113.98.58-
YUV101.32114.28181.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=54.83%
G=21.18%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176687700.610.560.3135544.2647.84
HexB0444D03D381F1632c30
Octal26010411507570375435460
Binary1011000010001001001101011110111100011111101100011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0444D; }

 p { color: rgb(176,68,77); }

 H1.HeaderClassName
 {
   color: #B0444D;
 }
 .AnyTagClassName
 {
   color: #B0444D;
 }
</style>
background-color css

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

 a { background-color: rgb(176,68,77); }

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

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

 span { border-color: rgb(176,68,77); }

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