#B74B4D

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

Shades of Hippie Pink #B74B4D

Tints of Hippie Pink #B74B4D

Color information

#B74B4D (or 0xB74B4D) is unknown color: approx Hippie Pink. HEX triplet: B7, 4B and 4D. RGB value is (183,75,77). Sum of RGB (Red+Green+Blue) = 183+75+77=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B4D is #48B4B2. Grayscale: #6B6B6B. Windows color (decimal): -4764851 or 5065655. OLE color: 5065655.

HSL color Cylindrical-coordinate representation of color #B74B4D: hue angle of 358.89º 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 #B74B4D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1837577-
CMYK00.590.580.28
HSL358.89º42.86%50.59%-
HSV(B)358.89º59.02%71.76%-
XYZ23.3815.648.81-
YUV107.52110.78181.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=54.63%
G=22.39%
B=22.99%

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
Decimal183757700.590.580.28358.8942.8650.59
HexB74B4D03B3A1C1672b33
Octal26711311507372345475363
Binary1011011110010111001101011101111101011100101100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B4D; }

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

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

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

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

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

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

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

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