#B64158

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

Shades of Hippie Pink #B64158

Tints of Hippie Pink #B64158

Color information

#B64158 (or 0xB64158) is unknown color: approx Hippie Pink. HEX triplet: B6, 41 and 58. RGB value is (182,65,88). Sum of RGB (Red+Green+Blue) = 182+65+88=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B64158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64158 is #49BEA7. Grayscale: #666666. Windows color (decimal): -4832936 or 5783990. OLE color: 5783990.

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

Color convert

RGB1826588-
CMYK00.640.520.29
HSL348.21º47.37%48.43%-
HSV(B)348.21º64.29%71.37%-
XYZ22.9414.4310.81-
YUV102.6119.76184.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=54.33%
G=19.40%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182658800.640.520.29348.2147.3748.43
HexB64158040341D15c2f30
Octal266101130010064355345760
Binary10110110100000110110000100000011010011101101011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64158; }

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

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

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

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

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

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

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

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