#ba435b

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

Shades of Hippie Pink #BA435B

Tints of Hippie Pink #BA435B

Color information

#BA435B (or 0xBA435B) is unknown color: approx Hippie Pink. HEX triplet: BA, 43 and 5B. RGB value is (186,67,91). Sum of RGB (Red+Green+Blue) = 186+67+91=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA435B is #45BCA4. Grayscale: #696969. Windows color (decimal): -4570277 or 5981114. OLE color: 5981114.

HSL color Cylindrical-coordinate representation of color #BA435B: hue angle of 347.9º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA435B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1866791-
CMYK00.640.510.27
HSL347.9º47.04%49.61%-
HSV(B)347.9º63.98%72.94%-
XYZ24.1515.2111.56-
YUV105.32119.92185.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=54.07%
G=19.48%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186679100.640.510.27347.947.0449.61
HexBA435B040331B15c2f32
Octal272103133010063335345762
Binary10111010100001110110110100000011001111011101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba435b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba435b; }

 p { color: rgb(186,67,91); }

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

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

 a { background-color: rgb(186,67,91); }

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

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

 span { border-color: rgb(186,67,91); }

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