#b74b4c

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

Shades of Hippie Pink #B74B4C

Tints of Hippie Pink #B74B4C

Color information

#B74B4C (or 0xB74B4C) is unknown color: approx Hippie Pink. HEX triplet: B7, 4B and 4C. RGB value is (183,75,76). Sum of RGB (Red+Green+Blue) = 183+75+76=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B4C is #48B4B3. Grayscale: #6B6B6B. Windows color (decimal): -4764852 or 5000119. OLE color: 5000119.

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

Color convert

RGB1837576-
CMYK00.590.580.28
HSL359.44º42.86%50.59%-
HSV(B)359.44º59.02%71.76%-
XYZ23.3515.628.62-
YUV107.41110.28181.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=54.79%
G=22.46%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183757600.590.580.28359.4442.8650.59
HexB74B4C03B3A1C1672b33
Octal26711311407372345475363
Binary1011011110010111001100011101111101011100101100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74b4c; }

 p { color: rgb(183,75,76); }

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

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

 a { background-color: rgb(183,75,76); }

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

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

 span { border-color: rgb(183,75,76); }

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