#B74955

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

Shades of Hippie Pink #B74955

Tints of Hippie Pink #B74955

Color information

#B74955 (or 0xB74955) is unknown color: approx Hippie Pink. HEX triplet: B7, 49 and 55. RGB value is (183,73,85). Sum of RGB (Red+Green+Blue) = 183+73+85=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74955 is #48B6AA. Grayscale: #6B6B6B. Windows color (decimal): -4765355 or 5589431. OLE color: 5589431.

HSL color Cylindrical-coordinate representation of color #B74955: hue angle of 353.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74955 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1837385-
CMYK00.600.540.28
HSL353.45º43.31%50.2%-
HSV(B)353.45º60.11%71.76%-
XYZ23.5515.4910.34-
YUV107.26115.44182.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=53.67%
G=21.41%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183738500.600.540.28353.4543.3150.2
HexB7495503C361C1612b32
Octal26711112507466345415362
Binary1011011110010011010101011110011011011100101100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74955; }

 p { color: rgb(183,73,85); }

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

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

 a { background-color: rgb(183,73,85); }

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

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

 span { border-color: rgb(183,73,85); }

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