#B04763

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

Shades of Hippie Pink #B04763

Tints of Hippie Pink #B04763

Color information

#B04763 (or 0xB04763) is unknown color: approx Hippie Pink. HEX triplet: B0, 47 and 63. RGB value is (176,71,99). Sum of RGB (Red+Green+Blue) = 176+71+99=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B04763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04763 is #4FB89C. Grayscale: #696969. Windows color (decimal): -5224605 or 6506416. OLE color: 6506416.

HSL color Cylindrical-coordinate representation of color #B04763: hue angle of 344º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04763 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1767199-
CMYK00.600.440.31
HSL344º42.51%48.43%-
HSV(B)344º59.66%69.02%-
XYZ22.4114.6413.45-
YUV105.59124.29178.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=50.87%
G=20.52%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176719900.600.440.3134442.5148.43
HexB0476303C2C1F1582b30
Octal26010714307454375305360
Binary1011000010001111100011011110010110011111101011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04763; }

 p { color: rgb(176,71,99); }

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

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

 a { background-color: rgb(176,71,99); }

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

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

 span { border-color: rgb(176,71,99); }

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