#B6434F

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

Shades of Hippie Pink #B6434F

Tints of Hippie Pink #B6434F

Color information

#B6434F (or 0xB6434F) is unknown color: approx Hippie Pink. HEX triplet: B6, 43 and 4F. RGB value is (182,67,79). Sum of RGB (Red+Green+Blue) = 182+67+79=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6434F is #49BCB0. Grayscale: #666666. Windows color (decimal): -4832433 or 5194678. OLE color: 5194678.

HSL color Cylindrical-coordinate representation of color #B6434F: hue angle of 353.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6434F is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1826779-
CMYK00.630.570.29
HSL353.74º46.18%48.82%-
HSV(B)353.74º63.19%71.37%-
XYZ22.7114.529-
YUV102.75114.6184.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=55.49%
G=20.43%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182677900.630.570.29353.7446.1848.82
HexB6434F03F391D1622e31
Octal26610311707771355425661
Binary1011011010000111001111011111111100111101101100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6434F; }

 p { color: rgb(182,67,79); }

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

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

 a { background-color: rgb(182,67,79); }

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

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

 span { border-color: rgb(182,67,79); }

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