#B74256

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

Shades of Hippie Pink #B74256

Tints of Hippie Pink #B74256

Color information

#B74256 (or 0xB74256) is unknown color: approx Hippie Pink. HEX triplet: B7, 42 and 56. RGB value is (183,66,86). Sum of RGB (Red+Green+Blue) = 183+66+86=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74256 is #48BDA9. Grayscale: #676767. Windows color (decimal): -4767146 or 5653175. OLE color: 5653175.

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

Color convert

RGB1836686-
CMYK00.640.530.28
HSL349.74º46.99%48.82%-
HSV(B)349.74º63.93%71.76%-
XYZ23.1614.6410.41-
YUV103.26118.26184.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=54.63%
G=19.70%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183668600.640.530.28349.7446.9948.82
HexB74256040351C15e2f31
Octal267102126010065345365761
Binary10110111100001010101100100000011010111100101011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74256; }

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

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

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

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

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

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

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

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