#B6434E

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

Shades of Hippie Pink #B6434E

Tints of Hippie Pink #B6434E

Color information

#B6434E (or 0xB6434E) is unknown color: approx Hippie Pink. HEX triplet: B6, 43 and 4E. RGB value is (182,67,78). Sum of RGB (Red+Green+Blue) = 182+67+78=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6434E is #49BCB1. Grayscale: #666666. Windows color (decimal): -4832434 or 5129142. OLE color: 5129142.

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

Color convert

RGB1826778-
CMYK00.630.570.29
HSL354.26º46.18%48.82%-
HSV(B)354.26º63.19%71.37%-
XYZ22.6714.518.81-
YUV102.64114.1184.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=55.66%
G=20.49%
B=23.85%

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
Decimal182677800.630.570.29354.2646.1848.82
HexB6434E03F391D1622e31
Octal26610311607771355425661
Binary1011011010000111001110011111111100111101101100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6434E; }

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

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

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

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

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

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

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

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