#B74B4F

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

Shades of Hippie Pink #B74B4F

Tints of Hippie Pink #B74B4F

Color information

#B74B4F (or 0xB74B4F) is unknown color: approx Hippie Pink. HEX triplet: B7, 4B and 4F. RGB value is (183,75,79). Sum of RGB (Red+Green+Blue) = 183+75+79=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B4F is #48B4B0. Grayscale: #6B6B6B. Windows color (decimal): -4764849 or 5196727. OLE color: 5196727.

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

Color convert

RGB1837579-
CMYK00.590.570.28
HSL357.78º42.86%50.59%-
HSV(B)357.78º59.02%71.76%-
XYZ23.4615.669.18-
YUV107.75111.78181.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=54.30%
G=22.26%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183757900.590.570.28357.7842.8650.59
HexB74B4F03B391C1662b33
Octal26711311707371345465363
Binary1011011110010111001111011101111100111100101100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B4F; }

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

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

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

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

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

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

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

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