#B74D5A

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

Shades of Hippie Pink #B74D5A

Tints of Hippie Pink #B74D5A

Color information

#B74D5A (or 0xB74D5A) is unknown color: approx Hippie Pink. HEX triplet: B7, 4D and 5A. RGB value is (183,77,90). Sum of RGB (Red+Green+Blue) = 183+77+90=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D5A is #48B2A5. Grayscale: #6E6E6E. Windows color (decimal): -4764326 or 5918135. OLE color: 5918135.

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

Color convert

RGB1837790-
CMYK00.580.510.28
HSL352.64º42.4%50.98%-
HSV(B)352.64º57.92%71.76%-
XYZ24.0316.1111.52-
YUV110.18116.62179.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=52.29%
G=22%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183779000.580.510.28352.6442.450.98
HexB74D5A03A331C1612a33
Octal26711513207263345415263
Binary1011011110011011011010011101011001111100101100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D5A; }

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

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

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

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

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

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

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

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