#B74153

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

Shades of Hippie Pink #B74153

Tints of Hippie Pink #B74153

Color information

#B74153 (or 0xB74153) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 53. RGB value is (183,65,83). Sum of RGB (Red+Green+Blue) = 183+65+83=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B74153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74153 is #48BEAC. Grayscale: #666666. Windows color (decimal): -4767405 or 5456311. OLE color: 5456311.

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

Color convert

RGB1836583-
CMYK00.640.550.28
HSL350.85º47.58%48.63%-
HSV(B)350.85º64.48%71.76%-
XYZ22.9814.479.77-
YUV102.33117.09185.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=55.29%
G=19.64%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183658300.640.550.28350.8547.5848.63
HexB74153040371C15f3031
Octal267101123010067345376061
Binary10110111100000110100110100000011011111100101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74153; }

 p { color: rgb(183,65,83); }

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

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

 a { background-color: rgb(183,65,83); }

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

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

 span { border-color: rgb(183,65,83); }

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