#B74250

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

Shades of Hippie Pink #B74250

Tints of Hippie Pink #B74250

Color information

#B74250 (or 0xB74250) is unknown color: approx Hippie Pink. HEX triplet: B7, 42 and 50. RGB value is (183,66,80). Sum of RGB (Red+Green+Blue) = 183+66+80=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B74250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74250 is #48BDAF. Grayscale: #666666. Windows color (decimal): -4767152 or 5259959. OLE color: 5259959.

HSL color Cylindrical-coordinate representation of color #B74250: hue angle of 352.82º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74250 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1836680-
CMYK00.640.560.28
HSL352.82º46.99%48.82%-
HSV(B)352.82º63.93%71.76%-
XYZ22.9214.549.19-
YUV102.58115.26185.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=55.62%
G=20.06%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183668000.640.560.28352.8246.9948.82
HexB74250040381C1612f31
Octal267102120010070345415761
Binary10110111100001010100000100000011100011100101100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74250; }

 p { color: rgb(183,66,80); }

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

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

 a { background-color: rgb(183,66,80); }

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

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

 span { border-color: rgb(183,66,80); }

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