#B74D54

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

Shades of Hippie Pink #B74D54

Tints of Hippie Pink #B74D54

Color information

#B74D54 (or 0xB74D54) is unknown color: approx Hippie Pink. HEX triplet: B7, 4D and 54. RGB value is (183,77,84). Sum of RGB (Red+Green+Blue) = 183+77+84=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D54 is #48B2AB. Grayscale: #6D6D6D. Windows color (decimal): -4764332 or 5524919. OLE color: 5524919.

HSL color Cylindrical-coordinate representation of color #B74D54: hue angle of 356.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D54 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1837784-
CMYK00.580.540.28
HSL356.04º42.4%50.98%-
HSV(B)356.04º57.92%71.76%-
XYZ23.7816.0210.23-
YUV109.49113.62180.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 77 (30.47% from 255) = 22.38%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=53.20%
G=22.38%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183778400.580.540.28356.0442.450.98
HexB74D5403A361C1642a33
Octal26711512407266345445263
Binary1011011110011011010100011101011011011100101100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D54; }

 p { color: rgb(183,77,84); }

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

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

 a { background-color: rgb(183,77,84); }

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

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

 span { border-color: rgb(183,77,84); }

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