#B74648

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

Shades of Hippie Pink #B74648

Tints of Hippie Pink #B74648

Color information

#B74648 (or 0xB74648) is unknown color: approx Hippie Pink. HEX triplet: B7, 46 and 48. RGB value is (183,70,72). Sum of RGB (Red+Green+Blue) = 183+70+72=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B74648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74648 is #48B9B7. Grayscale: #686868. Windows color (decimal): -4766136 or 4736695. OLE color: 4736695.

HSL color Cylindrical-coordinate representation of color #B74648: hue angle of 358.94º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74648 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1837072-
CMYK00.620.610.28
HSL358.94º44.66%49.61%-
HSV(B)358.94º61.75%71.76%-
XYZ22.8914.927.8-
YUV104.01109.94184.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=56.31%
G=21.54%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183707200.620.610.28358.9444.6649.61
HexB7464803E3D1C1672d32
Octal26710611007675345475562
Binary1011011110001101001000011111011110111100101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74648; }

 p { color: rgb(183,70,72); }

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

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

 a { background-color: rgb(183,70,72); }

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

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

 span { border-color: rgb(183,70,72); }

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