#B64150

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

Shades of Hippie Pink #B64150

Tints of Hippie Pink #B64150

Color information

#B64150 (or 0xB64150) is unknown color: approx Hippie Pink. HEX triplet: B6, 41 and 50. RGB value is (182,65,80). Sum of RGB (Red+Green+Blue) = 182+65+80=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B64150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64150 is #49BEAF. Grayscale: #656565. Windows color (decimal): -4832944 or 5259702. OLE color: 5259702.

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

Color convert

RGB1826580-
CMYK00.640.560.29
HSL352.31º47.37%48.43%-
HSV(B)352.31º64.29%71.37%-
XYZ22.6314.39.16-
YUV101.69115.76185.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=55.66%
G=19.88%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182658000.640.560.29352.3147.3748.43
HexB64150040381D1602f30
Octal266101120010070355405760
Binary10110110100000110100000100000011100011101101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64150; }

 p { color: rgb(182,65,80); }

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

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

 a { background-color: rgb(182,65,80); }

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

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

 span { border-color: rgb(182,65,80); }

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