#B74C5C

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

Shades of Hippie Pink #B74C5C

Tints of Hippie Pink #B74C5C

Color information

#B74C5C (or 0xB74C5C) is unknown color: approx Hippie Pink. HEX triplet: B7, 4C and 5C. RGB value is (183,76,92). Sum of RGB (Red+Green+Blue) = 183+76+92=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C5C is #48B3A3. Grayscale: #6D6D6D. Windows color (decimal): -4764580 or 6048951. OLE color: 6048951.

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

Color convert

RGB1837692-
CMYK00.580.500.28
HSL351.03º42.63%50.78%-
HSV(B)351.03º58.47%71.76%-
XYZ24.0416.0111.95-
YUV109.82117.95180.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=52.14%
G=21.65%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183769200.580.500.28351.0342.6350.78
HexB74C5C03A321C15f2b33
Octal26711413407262345375363
Binary1011011110011001011100011101011001011100101011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C5C; }

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

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

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

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

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

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

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

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