#B04150

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

Shades of Hippie Pink #B04150

Tints of Hippie Pink #B04150

Color information

#B04150 (or 0xB04150) is unknown color: approx Hippie Pink. HEX triplet: B0, 41 and 50. RGB value is (176,65,80). Sum of RGB (Red+Green+Blue) = 176+65+80=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B04150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04150 is #4FBEAF. Grayscale: #636363. Windows color (decimal): -5226160 or 5259696. OLE color: 5259696.

HSL color Cylindrical-coordinate representation of color #B04150: hue angle of 351.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04150 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1766580-
CMYK00.630.550.31
HSL351.89º46.06%47.25%-
HSV(B)351.89º63.07%69.02%-
XYZ21.2413.599.09-
YUV99.9116.77182.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=54.83%
G=20.25%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176658000.630.550.31351.8946.0647.25
HexB0415003F371F1602e2f
Octal26010112007767375405657
Binary1011000010000011010000011111111011111111101100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04150; }

 p { color: rgb(176,65,80); }

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

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

 a { background-color: rgb(176,65,80); }

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

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

 span { border-color: rgb(176,65,80); }

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